AttributeTypeDisplayName Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Provides a list of types of attributes used by AttributeMetadata.AttributeTypeName
For the Web API the corresponding type is AttributeTypeDisplayName ComplexType.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.ConstantsBase<T>
Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName
| Name | Description | |
|---|---|---|
![]() | AttributeTypeDisplayName() | Initializes a new instance of the AttributeTypeDisplayName class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | (Inherited from ConstantsBase<T>.) |
![]() | Value | (Inherited from ConstantsBase<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two instances are equal.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Returns a hash code value for this type.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | BigIntType | An attribute type that stores a Long value. |
![]() ![]() | BooleanType | An attribute type that stores a Boolean value. |
![]() ![]() | CalendarRulesType | An attribute type that stores an EntityCollection or CalendarRules[] value |
![]() ![]() | CustomerType | An attribute type that stores an EntityReference to either an Account or Contact. |
![]() ![]() | DateTimeType | An attribute type that stores a System.DateTime value. |
![]() ![]() | DecimalType | An attribute type that stores a Decimal value. |
![]() ![]() | DoubleType | An attribute type that stores a Double value. |
![]() ![]() | EntityNameType | An attribute type that stores a reference to a logical entity name value. |
![]() ![]() | ImageType | An attribute type that enables access to a specific image for an entity instance. |
![]() ![]() | IntegerType | An attribute type that stores an Integer value. |
![]() ![]() | LookupType | An attribute type that stores an EntityReference value. |
![]() ![]() | ManagedPropertyType | An attribute type that stores a BooleanManagedProperty value. |
![]() ![]() | MemoType | An attribute type that stores a String value formatted for multiple lines of text. |
![]() ![]() | MoneyType | An attribute type that stores a Money value. |
![]() ![]() | OwnerType | An attribute type that stores an EntityReference value to a Team or SystemUser record. |
![]() ![]() | PartyListType | An attribute type that stores an EntityCollection or ActivityParty[] value. |
![]() ![]() | PicklistType | An attribute type that stores an OptionSetValue. |
![]() ![]() | StateType | An attribute type that stores an OptionSetValue representing the valid statecode values for an entity. |
![]() ![]() | StatusType | An attribute type that stores an OptionSetValue representing the valid statuscode values for an entity. |
![]() ![]() | StringType | An attribute type that stores a String value. |
![]() ![]() | UniqueidentifierType | An attribute type that stores a System.Guid value. |
![]() ![]() | VirtualType | An attribute type that represents a value not included within records. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(AttributeTypeDisplayName, AttributeTypeDisplayName) | Indicates whether two AttributeTypeDisplayName instances are the same. |
![]() ![]() | Implicit(String to AttributeTypeDisplayName) | Converts a string into a AttributeTypeDisplayName |
![]() ![]() | Inequality(AttributeTypeDisplayName, AttributeTypeDisplayName) | Indicates whether two AttributeTypeDisplayName instances are different. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright




