Click or drag to resize
IServerContext Interface

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IServerContext : ISerializable, 
	IFormatProvider, ICustomFormatter

The IServerContext type exposes the following members.

Properties
Methods
  NameDescription
Public methodAsBoolean
Public methodAsDateTime
Public methodAsDateTimeUtc
Public methodAsDecimal
Public methodAsDouble
Public methodAsInt
Public methodAsLong
Public methodFormat(Object)
Public methodFormat(String, Object, IFormatProvider)
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
(Inherited from ICustomFormatter.)
Public methodGetFormat
Returns an object that provides formatting services for the specified type.
(Inherited from IFormatProvider.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also