forwardYear Property    Table of ContentIMessage Propertiesforward
IMessage Interface
Represents message.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public interface IMessage : IFieldSet, 
	ICloneable, IDisposable

The IMessage type exposes the following members.

Properties
  NameDescription
Public propertyBlockLength
Gets message block length.
Public propertyMsgSize
Gets message size.
Public propertySchemaID
Gets schema id which is used to encode this message.
Public propertySchemaIdUsedForDecode
Gets schema id which is used to decode this message.
Public propertySchemaVersionUsedForDecode
Gets schema version which is used to decode this message.
Public propertyTemplateID
Gets message template id.
Public propertyType
Gets message size.
Public propertyVersion
Gets message size.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodContains
Returns true if field present in fieldset and has not null value.
(Inherited from IFieldSet.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetBoolean
Returns value of bool field.
(Inherited from IFieldSet.)
Public methodGetChar
Returns value of char field.
(Inherited from IFieldSet.)
Public methodGetDecimal
Returns value of decimal field.
(Inherited from IFieldSet.)
Public methodGetGroup
Returns repeating group.
(Inherited from IFieldSet.)
Public methodGetInteger
Returns value of integer field.
(Inherited from IFieldSet.)
Public methodGetLong
Returns value of long field.
(Inherited from IFieldSet.)
Public methodGetMaturityMonthYear
Returns value of maturity month year field.
(Inherited from IFieldSet.)
Public methodGetString
Returns value of string field.
(Inherited from IFieldSet.)
Public methodGetUnsignedInteger
Returns value of unsigned integer field.
(Inherited from IFieldSet.)
Public methodGetUnsignedLong
Returns value of unsigned long field.
(Inherited from IFieldSet.)
Top
See Also