forwardValid Property    Table of ContentCompareFieldValue Method forward
FieldSet Methods

The FieldSet type exposes the following members.

Methods
  NameDescription
Public methodCompareFieldValue
Returns true if the field, specified by the given tag, is present in the FieldSet instance and its value is equal to the given string value, otherwise it returns false.
Public methodContain
Returns true if the field is present in the message body (excluding repeating groups) or false otherwise.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet(Int32)
Returns the field value as string if it is present or null value otherwise.
Public methodGet(Int32, StringBuilder)
Gets the field value as string and appends it to the given StringBuilder instance.
Public methodGetByteArray
Returns the field value as a byte array if it is present or null value otherwise.
Public methodGetChar
Returns the field value as char if it is present or null value otherwise.
Public methodGetDecimal
Returns the field value as a Decimal number.
Public methodGetDouble
Returns the field value as a double-precision floating point number.
Public methodGetEnumerator
Returns fields enumerator.
Public methodGetFlag
Returns the flag value.
Public methodGetGroup(Int32)
Returns the repeating group.
Public methodGetGroup(Int32, Group)
Updates the given instance to refer to the requested group.
Public methodGetGroupInstance
Returns the repeating group entry.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHighResolutionTimeSpan
Returns the field value as a high-resolution TimeSpan.
Public methodGetHighResolutionTimestamp
Returns the field value as a high-resolution UTC (GMT) Timestamp.
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 methodGetTimeSpan
Returns the field value as a TimeSpan.
Public methodGetTimestamp(Int32)
Returns the field value as an UTC (GMT) Timestamp.
Public methodGetTimestamp(Int32, TimestampFormat)
Returns the field value as an UTC (GMT) Timestamp.
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, ArraySegment<Byte>)
Sets the field value as a byte array from the array segment. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Boolean)
Sets the field value as Boolean. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Byte[])
Sets the field value as a byte array. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Char)
Sets the field value as a character. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, DateTime)
Sets the field value as a DateTime object. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Decimal)
Sets the field value as a Decimal number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Double)
Sets the field value as a double-precision floating point number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Int32)
Sets the field value as an integer. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Int64)
Sets the field value as a signed 64-bit (8-byte) integer. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, String)
Sets the field value as string.
Public methodSet(Int32, StringBuilder)
Sets the field value from the given StringBuilder instance.
Public methodSet(Int32, TimeSpan)
Sets the field value as a TimeSpan object. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, HighResolutionTimeSpan, TimeSpanFormat)
Sets the field value as a HighResolutionTimeSpan object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, HighResolutionTimestamp, TimestampFormat)
Sets the field value as a HighResolutionTimestamp object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, DateTime, TimestampFormat)
Sets the field value as a DateTime object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, Decimal, Int32)
Sets the field value as a Decimal number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Double, Int32)
Sets the field value as a double-precision floating point number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, TimeSpan, TimeSpanFormat)
Sets the field value as a TimeSpan object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSetFlag
Sets the field value as Boolean. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSetGroup
Creates a new repeating group or changes the number of entries in the existing repeating group.
Public methodSetV(Int32, DateTime)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Decimal)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Double)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Int32)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Int64)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, TimeSpan)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, HighResolutionTimeSpan, TimeSpanFormat)
Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, HighResolutionTimestamp, TimestampFormat)
Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, DateTime, TimestampFormat)
Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Decimal, Int32)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, Double, Int32)
Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodSetV(Int32, TimeSpan, TimeSpanFormat)
Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGet(Int32, String)
Gets the value associated with the specified tag.
Public methodTryGet(Int32, StringBuilder)
Gets the value associated with the specified tag and appends it to the given StringBuilder instance.
Public methodTryGetByteArray
Gets the value associated with the specified tag.
Public methodTryGetChar
Converts the field value to its Unicode character equivalent. A returned value indicates whether the operation succeeded.
Public methodTryGetDecimal
Gets the value associated with the specified tag.
Public methodTryGetDouble
Converts the field value to its double-precision floating-point equivalent. A returned value indicates whether the operation succeeded.
Public methodTryGetFlag
Gets the value associated with the specified tag.
Public methodTryGetGroup
Extracts the repeating group representation from the message. The return value indicates whether the operation succeeded.
Public methodTryGetHighResolutionTimeSpan
Gets the value with the given format associated with the specified tag.
Public methodTryGetHighResolutionTimestamp
Gets the value with the given format associated with the specified tag.
Public methodTryGetInteger
Converts the field value to its 32-bit signed integer equivalent. A returned value indicates whether the operation succeeded.
Public methodTryGetLong
Converts the field value to its 64-bit signed integer equivalent. A returned value indicates whether the operation succeeded.
Public methodTryGetTimeSpan(Int32, TimeSpan)
Gets the value associated with the specified tag.
Public methodTryGetTimeSpan(Int32, TimeSpanFormat, TimeSpan)
Gets the value with the given format associated with the specified tag.
Public methodTryGetTimestamp(Int32, DateTime)
Gets the value associated with the specified tag.
Public methodTryGetTimestamp(Int32, TimestampFormat, DateTime)
Gets the value with the given format associated with the specified tag.
Top
See Also