![]() | Table of Content | IGroup Properties![]() |
IGroup Interface |
Namespace: OnixS.SimpleBinaryEncoding
public interface IGroup : IFieldSet, ICloneable, IDisposable
The IGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | Contains |
Returns true if field present in fieldset and has not null value.
(Inherited from IFieldSet.) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetBoolean |
Returns value of bool field.
(Inherited from IFieldSet.) |
![]() | GetChar |
Returns value of char field.
(Inherited from IFieldSet.) |
![]() | GetDecimal |
Returns value of decimal field.
(Inherited from IFieldSet.) |
![]() | GetGroup |
Returns repeating group.
(Inherited from IFieldSet.) |
![]() | GetInteger |
Returns value of integer field.
(Inherited from IFieldSet.) |
![]() | GetLong |
Returns value of long field.
(Inherited from IFieldSet.) |
![]() | GetMaturityMonthYear |
Returns value of maturity month year field.
(Inherited from IFieldSet.) |
![]() | GetString |
Returns value of string field.
(Inherited from IFieldSet.) |
![]() | GetUnsignedInteger |
Returns value of unsigned integer field.
(Inherited from IFieldSet.) |
![]() | GetUnsignedLong |
Returns value of unsigned long field.
(Inherited from IFieldSet.) |
![]() | MoveNext |
Advances group to the next entry.
|
![]() | Reset |
Sets the repeating group to its initial position, which is before the first entry in the group.
|