The Group type exposes the following members.

Methods

  NameDescription
Public methodContain
Returns true if the field is present in the repeating group or false otherwise.
Public methodDispose()()()()
Explicitly releases resource.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Group and optionally releases the managed resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Returns the field value as string.
Public methodGetByteArray
Returns the field value as a byte array if it is present or null value otherwise.
Public methodGetDouble
Returns the field value as double.
Public methodGetFlag
Returns the flag value.
Public methodGetGroup
Returns the nested repeating group.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInteger
Returns the field value as a signed 32-bit (4-byte) integer.
Public methodGetLong
Returns the field value as a signed 64-bit (8-byte) integer.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the field.
Public methodSet(Int32, Int32, array<Byte>[]()[][])
Sets the field value as a byte array.
Public methodSet(Int32, Int32, Double)
Sets the field value as a double-precision floating point number.
Public methodSet(Int32, Int32, Int32)
Sets the field value as a signed 32-bit (4-byte) integer.
Public methodSet(Int32, Int32, Int64)
Sets the field value as a signed 64-bit (8-byte) integer.
Public methodSet(Int32, Int32, String)
Sets the field value as string.
Public methodSetFlag
Sets the field value as Boolean.
Public methodSetGroup
Creates a new repeating group or changes the number of entries in the existing repeatign group.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetChar
Converts the field value to its Unicode character equivalent. A return value indicates whether the operation succeeded.
Public methodTryGetDouble
Converts the field value to its double-precision floating-point equivalent. A return value indicates whether the operation succeeded.
Public methodTryGetInteger
Converts the field value to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded.
Public methodTryGetLong
Converts the field value to its 64-bit signed integer equivalent. A return value indicates whether the operation succeeded.

Properties

  NameDescription
Public propertyNumberOfInstances
Number of entries in the repeating group.

See Also