Click or drag to resize
ServerContext Class
Inheritance Hierarchy
SystemObject
  Innovator.ClientServerContext

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
[SerializableAttribute]
public sealed class ServerContext : IServerContext, 
	ISerializable, IFormatProvider, ICustomFormatter

The ServerContext type exposes the following members.

Constructors
  NameDescription
Public methodServerContext
Initializes a new instance of the ServerContext class
Public methodServerContext(String)
Initializes a new instance of the ServerContext class
Public methodServerContext(SerializationInfo, StreamingContext)
Initializes a new instance of the ServerContext class
Top
Properties
Methods
  NameDescription
Public methodAsBoolean
Public methodAsDateTime
Public methodAsDateTimeUtc
Public methodAsDecimal
Public methodAsDouble
Public methodAsInt
Public methodAsLong
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFormat(Object)
Public methodFormat(String, Object, IFormatProvider)
Public methodGetFormat
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also