forwardGetUnsignedLong Method    Table of ContentIGroup Propertiesforward
IGroup Interface
Represents repeating group.

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

The IGroup type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets number of entries in repeating group.
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.)
Public methodMoveNext
Advances group to the next entry.
Public methodReset
Sets the repeating group to its initial position, which is before the first entry in the group.
Top
See Also