Click or drag to resize

FndDataColumn Methods

The FndDataColumn type exposes the following members.

Methods
  NameDescription
Public methodCanResetValue
Indicates if the value can be resetted
(Overrides PropertyDescriptorCanResetValue(Object).)
Public methodCreateBetweenCondition
Creates a between condition
Public methodCreateCondition
Create a condition for this column
Public methodCreateDetailCondition
Created a detail condition
Public methodCreateLikeConditionWithFormat
Creates a like condition with format mask (for dates and numbers)
Public methodCreateValueInCondition
Creates an value-in condition
Public methodCreateValueNotInCondition
Creates an value-not-in condition
Public methodEquals
Determines whether the specified System.Object is equal to the current FndDataColumn
(Overrides PropertyDescriptorEquals(Object).)
Public methodGetAttributeInfo
Gets the attribute Information for a column in a row.
Public methodGetEnumNameValue
Returns the string enumeration name value of an enumeration type column. Only valid enumerations returns valid values, otherwise a string.Empty value is returned.
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table
(Overrides PropertyDescriptorGetHashCode.)
Public methodStatic memberGetType
Gets the FndAttributeType from the type marker string used in the IFS Buffer marshalling protocol.
Public methodStatic memberGetTypeMarker
Gets the type marked used to encode an FndAttributeType when serializing into IFS Buffer format. This is intended for FW use only.
Public methodGetValue(Object)
Gets an attribute value for a FndDataRow
(Overrides PropertyDescriptorGetValue(Object).)
Public methodStatic memberGetValue(String, FndDataRow, FndAttributeType, Object)
Gets an attribute value for a FndDataRow This overload takes the sub path down in the Contained Record structure Used for Shortcut attributes
Public methodNewAttribute
Creates an FndAttribute instance in the provided row using this instance of the FndDataColumn.
Public methodResetValue
Resets the value
(Overrides PropertyDescriptorResetValue(Object).)
Public methodSetDisplayName
A way of setting the display name (set on DisplayName property is not allowed)
Public methodSetValue(Object, Object)
Sets an attribute value in a FndDataRow
(Overrides PropertyDescriptorSetValue(Object, Object).)
Public methodStatic memberSetValue(String, FndDataRow, Object)
Sets an attribute value in a FndDataRow This overload takes the sub path down in the Contained Record structure Used for Shortcut attributes
Public methodShouldSerializeValue
Indicated if the value should be serialized
(Overrides PropertyDescriptorShouldSerializeValue(Object).)
Public methodStatic memberToUpperCaseName
Convert specified name to upper case inserting underscores between words. An upper case letter acts as the beginning of a word. In case of a sequence of upper case letters the last one, if followed by a lower case letter, begins a new word.
Public methodUpdateMirrorColumns
Updates the mirror columns with the values in the given aggregate row.
Top
See Also