Click or drag to resize
EntityAttributeModel Class
Represents a model of the Sales force entity attribute.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceEntityAttributeModel
    More...

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public abstract class EntityAttributeModel

The EntityAttributeModel type exposes the following members.

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.
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.
Top
See Also
Inheritance Hierarchy