| EntityBinaryAttributeModel Class | 
Namespace: CMS.SalesForce
public class EntityBinaryAttributeModel : EntityAttributeModel
The EntityBinaryAttributeModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AsValue | 
            Converts object to a query value which can be used as a query parameter
              (Defined by QueryExtensions.) | |
| 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.) | 
| 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.) | 
| 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.) |