EntityAttributeModel MembersKentico 8.0 API Reference
The EntityAttributeModel type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldmEntityModel
The entity model that contains this attribute model.
Protected fieldmPicklistEntries
A list of picklist entries.
Protected fieldmSource
The SalesForce representation of this attribute model.
Protected fieldmType
The type of entity attribute values.
Back to Top
Properties

  NameDescription
Public propertyByteLength
Gets the maximum length of the binary content of the attributes with this model.
Public propertyEntityModel
Gets the entity model that contains this attribute model.
Public propertyHasDefaultValue
Gets the value indicating whether the attributes with this model have default value.
Public propertyHelpText
Gets the help text associated with this model.
Public propertyIntegerPrecision
Gets the maximum number of digits for the values of attributes with this model.
Public propertyIsAutoNumber
Gets the value indicating whether the attributes with this model contain auto-numbers.
Public propertyIsCalculated
Gets the value indicating whether the attributes with this model contain calculated values.
Public propertyIsCaseSensitive
Gets the value indicating whether the attributes with this model contain case-sensitive values.
Public propertyIsCreatable
Gets the value indicating whether the value of attributes with this model can be set when the entity is being created.
Public propertyIsCustom
Gets the value indicating whether this attribute model is custom.
Public propertyIsExternalId
Gets the value indicating whether the attributes with this model contain external identifiers.
Public propertyIsNameField
Gets the value indicating whether the attributes with this model contain names.
Public propertyIsNullable
Gets the value indicating whether the attributes with this model can have null values.
Public propertyIsParentName
Gets the value indicating whether the attributes with this model contain entity names.
Public propertyIsRestrictedPicklist
Gets the value indicating whether the values of attributes with this model are restricted to the picklist entries.
Public propertyIsUpdateable
Gets the value indicating whether the value of attributes with this model can be set when the entity is being updated.
Public propertyLabel
Gets the label associated with this model.
Public propertyLength
Gets the maximum number of characters for the values of attributes with this model.
Public propertyName
Gets the name of this model.
Public propertyPicklistEntries
Gets the collection of picklist entries.
Public propertyPrecision
Gets the maximum number of digits for decimal values of attributes with this model.
Public propertyScale
Gets the maximum number of decimal places for decimal values of attributes with this model.
Public propertyType
Gets the value type of the attributes with this model.
Back to Top
See Also