The Group type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contain |
Returns true if the field is present in the repeating group or false otherwise.
| |
Dispose()()()() | Explicitly releases resource. | |
Dispose(Boolean) | Releases the unmanaged resources used by the Group and optionally releases the managed resources | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
Get |
Returns the field value as string.
| |
GetByteArray |
Returns the field value as a byte array if it is present or null value otherwise.
| |
GetDouble |
Returns the field value as double.
| |
GetFlag | Returns the flag value. | |
GetGroup |
Returns the nested repeating group.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetInteger |
Returns the field value as a signed 32-bit (4-byte) integer.
| |
GetLong |
Returns the field value as a signed 64-bit (8-byte) integer.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the field.
| |
Set(Int32, Int32, array<Byte>[]()[][]) |
Sets the field value as a byte array.
| |
Set(Int32, Int32, Double) |
Sets the field value as a double-precision floating point number.
| |
Set(Int32, Int32, Int32) |
Sets the field value as a signed 32-bit (4-byte) integer.
| |
Set(Int32, Int32, Int64) |
Sets the field value as a signed 64-bit (8-byte) integer.
| |
Set(Int32, Int32, String) |
Sets the field value as string.
| |
SetFlag | Sets the field value as Boolean. | |
SetGroup |
Creates a new repeating group or changes the number of entries in the existing repeatign group.
| |
ToString | (Inherited from Object.) | |
TryGetChar |
Converts the field value to its Unicode character equivalent. A return value indicates whether the operation succeeded.
| |
TryGetDouble |
Converts the field value to its double-precision floating-point equivalent. A return value indicates whether the operation succeeded.
| |
TryGetInteger |
Converts the field value to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded.
| |
TryGetLong |
Converts the field value to its 64-bit signed integer equivalent. A return value indicates whether the operation succeeded.
|
Properties
Name | Description | |
---|---|---|
NumberOfInstances | Number of entries in the repeating group. |