forwardDecodePreCreatedMessage Method (Byte*, Int32)   Table of ContentIFieldSet Methodsforward
IFieldSet Interface
Represents set of fields.

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 IFieldSet : ICloneable, 
	IDisposable

The IFieldSet type exposes the following members.

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.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetBoolean
Returns value of bool field.
Public methodGetChar
Returns value of char field.
Public methodGetDecimal
Returns value of decimal field.
Public methodGetGroup
Returns repeating group.
Public methodGetInteger
Returns value of integer field.
Public methodGetLong
Returns value of long field.
Public methodGetMaturityMonthYear
Returns value of maturity month year field.
Public methodGetString
Returns value of string field.
Public methodGetUnsignedInteger
Returns value of unsigned integer field.
Public methodGetUnsignedLong
Returns value of unsigned long field.
Top
See Also