The EntityDateTimeAttributeModel type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Equals | (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.) | |
GetHashCode | Serves as a hash function for a particular type. (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 Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mEntityModel |
The entity model that contains this attribute model.
(Inherited from EntityAttributeModel.) | |
mPicklistEntries |
A list of picklist entries.
(Inherited from EntityAttributeModel.) | |
mSource |
The SalesForce representation of this attribute model.
(Inherited from EntityAttributeModel.) | |
mType |
The type of entity attribute values.
(Inherited from EntityAttributeModel.) |
Properties
Name | Description | |
---|---|---|
ByteLength |
Gets the maximum length of the binary content of the attributes with this model.
(Inherited from EntityAttributeModel.) | |
EntityModel |
Gets the entity model that contains this attribute model.
(Inherited from EntityAttributeModel.) | |
HasDefaultValue |
Gets the value indicating whether the attributes with this model have default value.
(Inherited from EntityAttributeModel.) | |
HelpText |
Gets the help text associated with this model.
(Inherited from EntityAttributeModel.) | |
IntegerPrecision |
Gets the maximum number of digits for the values of attributes with this model.
(Inherited from EntityAttributeModel.) | |
IsAutoNumber |
Gets the value indicating whether the attributes with this model contain auto-numbers.
(Inherited from EntityAttributeModel.) | |
IsCalculated |
Gets the value indicating whether the attributes with this model contain calculated values.
(Inherited from EntityAttributeModel.) | |
IsCaseSensitive |
Gets the value indicating whether the attributes with this model contain case-sensitive values.
(Inherited from EntityAttributeModel.) | |
IsCreatable |
Gets the value indicating whether the value of attributes with this model can be set when the entity is being created.
(Inherited from EntityAttributeModel.) | |
IsCustom |
Gets the value indicating whether this attribute model is custom.
(Inherited from EntityAttributeModel.) | |
IsExternalId |
Gets the value indicating whether the attributes with this model contain external identifiers.
(Inherited from EntityAttributeModel.) | |
IsNameField |
Gets the value indicating whether the attributes with this model contain names.
(Inherited from EntityAttributeModel.) | |
IsNullable |
Gets the value indicating whether the attributes with this model can have null values.
(Inherited from EntityAttributeModel.) | |
IsParentName |
Gets the value indicating whether the attributes with this model contain entity names.
(Inherited from EntityAttributeModel.) | |
IsRestrictedPicklist |
Gets the value indicating whether the values of attributes with this model are restricted to the picklist entries.
(Inherited from EntityAttributeModel.) | |
IsUpdateable |
Gets the value indicating whether the value of attributes with this model can be set when the entity is being updated.
(Inherited from EntityAttributeModel.) | |
Label |
Gets the label associated with this model.
(Inherited from EntityAttributeModel.) | |
Length |
Gets the maximum number of characters for the values of attributes with this model.
(Inherited from EntityAttributeModel.) | |
Name |
Gets the name of this model.
(Inherited from EntityAttributeModel.) | |
PicklistEntries |
Gets the collection of picklist entries.
(Inherited from EntityAttributeModel.) | |
Precision |
Gets the maximum number of digits for decimal values of attributes with this model.
(Inherited from EntityAttributeModel.) | |
Scale |
Gets the maximum number of decimal places for decimal values of attributes with this model.
(Inherited from EntityAttributeModel.) | |
Type |
Gets the value type of the attributes with this model.
(Inherited from EntityAttributeModel.) |
See Also