EntityAttributeModel Properties |
The EntityAttributeModel type exposes the following members.
Name | Description | |
---|---|---|
ByteLength |
Gets the maximum length of the binary content of the attributes with this model.
| |
EntityModel |
Gets the entity model that contains this attribute model.
| |
HasDefaultValue |
Gets the value indicating whether the attributes with this model have default value.
| |
HelpText |
Gets the help text associated with this model.
| |
IntegerPrecision |
Gets the maximum number of digits for the values of attributes with this model.
| |
IsAutoNumber |
Gets the value indicating whether the attributes with this model contain auto-numbers.
| |
IsCalculated |
Gets the value indicating whether the attributes with this model contain calculated values.
| |
IsCaseSensitive |
Gets the value indicating whether the attributes with this model contain case-sensitive values.
| |
IsCreatable |
Gets the value indicating whether the value of attributes with this model can be set when the entity is being created.
| |
IsCustom |
Gets the value indicating whether this attribute model is custom.
| |
IsExternalId |
Gets the value indicating whether the attributes with this model contain external identifiers.
| |
IsNameField |
Gets the value indicating whether the attributes with this model contain names.
| |
IsNullable |
Gets the value indicating whether the attributes with this model can have null values.
| |
IsParentName |
Gets the value indicating whether the attributes with this model contain entity names.
| |
IsRestrictedPicklist |
Gets the value indicating whether the values of attributes with this model are restricted to the picklist entries.
| |
IsUpdateable |
Gets the value indicating whether the value of attributes with this model can be set when the entity is being updated.
| |
Label |
Gets the label associated with this model.
| |
Length |
Gets the maximum number of characters for the values of attributes with this model.
| |
Name |
Gets the name of this model.
| |
PicklistEntries |
Gets the collection of picklist entries.
| |
Precision |
Gets the maximum number of digits for decimal values of attributes with this model.
| |
Scale |
Gets the maximum number of decimal places for decimal values of attributes with this model.
| |
Type |
Gets the value type of the attributes with this model.
|