public class AttributeFieldDateList : AttributeField<List<DateTime>>| AttributeFieldDateList | Public default constructor |
| Comment |
Internal documentation comments. All text is ignored by the system.
(Inherited from AttributeFieldBase) |
| Description |
Human readable description of what this feild represents.
(Inherited from AttributeFieldBase) |
| DisplayName |
Human readable name for the field. This is the value that is displayed to users in a form
entering ATTRIBUTE VALUES. In a Simple Attribute, it is customarily the same value as
the parent's (ATTRIBUTE's) DisplayName.
(Inherited from AttributeFieldBase) |
| FieldName |
Name given to this field. It is unique within the parent ATTRIBUTE.
(Inherited from AttributeFieldBase) |
| Key |
In an ATTRIBUTE that has MultipleValues set to true, Key determines the unique identifier in the list.
Exactly one AttributeField within an ATTRIBUTE must have Key set to true.
(Inherited from AttributeFieldBase) |
| MultipleValues |
True if the user may enter multiple values in this field (in other words, its a list).
False if the user may only enter one value.
(Inherited from AttributeFieldBase) |
| Required |
True if the user is required to enter a value. False if the user desn't have to. If the user doesn't have to, then the DefaultValue is applied.
(Inherited from AttributeFieldBase) |
| Validation | |
| ValueType |
The type of data that this field will hold.
(Inherited from AttributeFieldBase) |
| BaseGetDefaultValue | (Inherited from AttributeFieldT) |
| BaseValidateFieldValue | (Inherited from AttributeFieldT) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDefaultValue |
This is a helper function to return the value of .DefaultValue as a dynamic.
(Overrides AttributeFieldTGetDefaultValue) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from AttributeFieldBase) |
| ValidateFieldValue |
Returns a boolean indicating if the passed in value passes all validation tests for thei field.
(Overrides AttributeFieldTValidateFieldValue(T)) |
| Logger | (Inherited from AttributeFieldBase) |