For Babelfish Release 1.11.1.3

AttributeFieldDate Class

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class AttributeFieldDate : AttributeField<DateTime>
Inheritance
Object    AttributeFieldBase    AttributeFieldDateTime    AttributeFieldDate

Constructors

AttributeFieldDate Public default constructor

Properties

Comment Internal documentation comments. All text is ignored by the system.
(Inherited from AttributeFieldBase)
DefaultValue The default value for this field. It is the value assigned to the field if the user does not enter one.
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)

Methods

BaseGetDefaultValue
(Inherited from AttributeFieldT)
BaseValidateFieldValue
(Inherited from AttributeFieldT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from AttributeFieldBase)
ValidateFieldValue
(Overrides AttributeFieldTValidateFieldValue(T))

Fields

Logger
(Inherited from AttributeFieldBase)

See Also