Click or drag to resize
EntityStringAttributeModel Class
Represents a model of the Sales force entity attribute with string values.
Inheritance Hierarchy

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

The EntityStringAttributeModel type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
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.)
Top
Fields
  NameDescription
Protected fieldmEntityModel
The entity model that contains this attribute model.
(Inherited from EntityAttributeModel.)
Protected fieldmPicklistEntries
A list of picklist entries.
(Inherited from EntityAttributeModel.)
Protected fieldmSource
The SalesForce representation of this attribute model.
(Inherited from EntityAttributeModel.)
Protected fieldmType
The type of entity attribute values.
(Inherited from EntityAttributeModel.)
Top
Properties
  NameDescription
Public propertyByteLength
Gets the maximum length of the binary content of the attributes with this model.
(Inherited from EntityAttributeModel.)
Public propertyEntityModel
Gets the entity model that contains this attribute model.
(Inherited from EntityAttributeModel.)
Public propertyHasDefaultValue
Gets the value indicating whether the attributes with this model have default value.
(Inherited from EntityAttributeModel.)
Public propertyHelpText
Gets the help text associated with this model.
(Inherited from EntityAttributeModel.)
Public propertyIntegerPrecision
Gets the maximum number of digits for the values of attributes with this model.
(Inherited from EntityAttributeModel.)
Public propertyIsAutoNumber
Gets the value indicating whether the attributes with this model contain auto-numbers.
(Inherited from EntityAttributeModel.)
Public propertyIsCalculated
Gets the value indicating whether the attributes with this model contain calculated values.
(Inherited from EntityAttributeModel.)
Public propertyIsCaseSensitive
Gets the value indicating whether the attributes with this model contain case-sensitive values.
(Inherited from EntityAttributeModel.)
Public propertyIsCreatable
Gets the value indicating whether the value of attributes with this model can be set when the entity is being created.
(Inherited from EntityAttributeModel.)
Public propertyIsCustom
Gets the value indicating whether this attribute model is custom.
(Inherited from EntityAttributeModel.)
Public propertyIsExternalId
Gets the value indicating whether the attributes with this model contain external identifiers.
(Inherited from EntityAttributeModel.)
Public propertyIsNameField
Gets the value indicating whether the attributes with this model contain names.
(Inherited from EntityAttributeModel.)
Public propertyIsNullable
Gets the value indicating whether the attributes with this model can have null values.
(Inherited from EntityAttributeModel.)
Public propertyIsParentName
Gets the value indicating whether the attributes with this model contain entity names.
(Inherited from EntityAttributeModel.)
Public propertyIsRestrictedPicklist
Gets the value indicating whether the values of attributes with this model are restricted to the picklist entries.
(Inherited from EntityAttributeModel.)
Public propertyIsUpdateable
Gets the value indicating whether the value of attributes with this model can be set when the entity is being updated.
(Inherited from EntityAttributeModel.)
Public propertyLabel
Gets the label associated with this model.
(Inherited from EntityAttributeModel.)
Public propertyLength
Gets the maximum number of characters for the values of attributes with this model.
(Inherited from EntityAttributeModel.)
Public propertyName
Gets the name of this model.
(Inherited from EntityAttributeModel.)
Public propertyPicklistEntries
Gets the collection of picklist entries.
(Inherited from EntityAttributeModel.)
Public propertyPrecision
Gets the maximum number of digits for decimal values of attributes with this model.
(Inherited from EntityAttributeModel.)
Public propertyScale
Gets the maximum number of decimal places for decimal values of attributes with this model.
(Inherited from EntityAttributeModel.)
Public propertyType
Gets the value type of the attributes with this model.
(Inherited from EntityAttributeModel.)
Top
See Also