For Babelfish Release 1.11.1.3

AttributeFieldFloatList Class

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class AttributeFieldFloatList : AttributeField<List<float>>
Inheritance
Object    AttributeFieldBase    AttributeFieldListSingle    AttributeFieldFloatList

Constructors

AttributeFieldFloatList Public default constructor

Properties

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)
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 Returns a boolean indicating if the passed in value passes all validation tests for thei field.
(Overrides AttributeFieldTValidateFieldValue(T))

Fields

See Also