Click or drag to resize

LayoutField Methods

The LayoutField type exposes the following members.

Methods
  NameDescription
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 methodGetChar
Returns the first character of the value of the index occurence of field in message.
Public methodGetData
Returns the string value of the index occurence of field in message.
Public methodGetDate
Returns the date value of the index occurence of field in message.
Public methodGetDouble
Returns the double value of the index occurence of field in message.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInteger
Returns the integer value of the index occurence of field in message.
Public methodGetNumber
Returns the decimal value of the index occurence of field in message.
Public methodGetOffset
Returns the offset position of the index occurence of the field in the message or parent list.
Public methodGetString
Returns the string value of the index occurence of field in message.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsNull
Returns true is the data of the index occurence of the field in message is NULL.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetChar
Updates the character value of the index occurence of field in message.
Public methodSetData
Updates the internal character sequence of the index occurence of this field in message.
Public methodSetDate
Updates the date value of the index occurence of field in message.
Public methodSetDefault
Updates the index occurence of the field in message to its default value.
Public methodSetDouble
Updates the double value of the index occurence of field in message.
Public methodSetInteger
Updates the integer value of the index occurence of field in message.
Public methodSetNull
Updates the data of the index occurence of this field stored in message with the NULL (NO-DATA) value.
Public methodSetNumber
Updates the decimal value the index occurence of field in message.
Public methodSetString
Updates the string value of the index occurence of field in message.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also