FndDataColumn Methods |
The FndDataColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanResetValue |
Indicates if the value can be resetted
(Overrides PropertyDescriptor.CanResetValue(Object).) |
![]() | CreateBetweenCondition |
Creates a between condition
|
![]() | CreateCondition |
Create a condition for this column
|
![]() | CreateDetailCondition |
Created a detail condition
|
![]() | CreateLikeConditionWithFormat |
Creates a like condition with format mask (for dates and numbers)
|
![]() | CreateValueInCondition |
Creates an value-in condition
|
![]() | CreateValueNotInCondition |
Creates an value-not-in condition
|
![]() | Equals |
Determines whether the specified System.Object is equal to the current FndDataColumn
(Overrides PropertyDescriptor.Equals(Object).) |
![]() | GetAttributeInfo |
Gets the attribute Information for a column in a row.
|
![]() | GetEnumNameValue |
Returns the string enumeration name value of an enumeration type column. Only valid enumerations returns valid values, otherwise a string.Empty value is returned.
|
![]() | GetHashCode |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table
(Overrides PropertyDescriptor.GetHashCode().) |
![]() ![]() | GetType |
Gets the FndAttributeType from the type marker string used in
the IFS Buffer marshalling protocol.
|
![]() ![]() | GetTypeMarker |
Gets the type marked used to encode an FndAttributeType when
serializing into IFS Buffer format.
This is intended for FW use only.
|
![]() | GetValue(Object) |
Gets an attribute value for a FndDataRow
(Overrides PropertyDescriptor.GetValue(Object).) |
![]() ![]() | GetValue(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
|
![]() | NewAttribute |
Creates an FndAttribute instance in the provided row
using this instance of the FndDataColumn.
|
![]() | ResetValue |
Resets the value
(Overrides PropertyDescriptor.ResetValue(Object).) |
![]() | SetDisplayName |
A way of setting the display name (set on DisplayName property is not allowed)
|
![]() | SetValue(Object, Object) |
Sets an attribute value in a FndDataRow
(Overrides PropertyDescriptor.SetValue(Object, Object).) |
![]() ![]() | SetValue(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
|
![]() | ShouldSerializeValue |
Indicated if the value should be serialized
(Overrides PropertyDescriptor.ShouldSerializeValue(Object).) |
![]() ![]() | ToUpperCaseName |
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.
|
![]() | UpdateMirrorColumns |
Updates the mirror columns with the values in the given aggregate row.
|