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.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

System.Object
  Microsoft.Xrm.Sdk.Metadata.ConstantsBase<T>
    Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName

[DataContractAttribute(Name = "AttributeTypeDisplayName", Namespace = "http://schemas.microsoft.com/xrm/2013/Metadata")]
public sealed class AttributeTypeDisplayName : ConstantsBase<string>

NameDescription
System_CAPS_pubmethodAttributeTypeDisplayName()

Initializes a new instance of the AttributeTypeDisplayName class.

NameDescription
System_CAPS_pubpropertyExtensionData

(Inherited from ConstantsBase<T>.)

System_CAPS_pubpropertyValue

(Inherited from ConstantsBase<T>.)

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two instances are equal.(Overrides Object.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code value for this type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBigIntType

An attribute type that stores a Long value.

System_CAPS_pubfieldSystem_CAPS_staticBooleanType

An attribute type that stores a Boolean value.

System_CAPS_pubfieldSystem_CAPS_staticCalendarRulesType

An attribute type that stores an EntityCollection or CalendarRules[] value

System_CAPS_pubfieldSystem_CAPS_staticCustomerType

An attribute type that stores an EntityReference to either an Account or Contact.

System_CAPS_pubfieldSystem_CAPS_staticDateTimeType

An attribute type that stores a System.DateTime value.

System_CAPS_pubfieldSystem_CAPS_staticDecimalType

An attribute type that stores a Decimal value.

System_CAPS_pubfieldSystem_CAPS_staticDoubleType

An attribute type that stores a Double value.

System_CAPS_pubfieldSystem_CAPS_staticEntityNameType

An attribute type that stores a reference to a logical entity name value.

System_CAPS_pubfieldSystem_CAPS_staticImageType

An attribute type that enables access to a specific image for an entity instance.

System_CAPS_pubfieldSystem_CAPS_staticIntegerType

An attribute type that stores an Integer value.

System_CAPS_pubfieldSystem_CAPS_staticLookupType

An attribute type that stores an EntityReference value.

System_CAPS_pubfieldSystem_CAPS_staticManagedPropertyType

An attribute type that stores a BooleanManagedProperty value.

System_CAPS_pubfieldSystem_CAPS_staticMemoType

An attribute type that stores a String value formatted for multiple lines of text.

System_CAPS_pubfieldSystem_CAPS_staticMoneyType

An attribute type that stores a Money value.

System_CAPS_pubfieldSystem_CAPS_staticOwnerType

An attribute type that stores an EntityReference value to a Team or SystemUser record.

System_CAPS_pubfieldSystem_CAPS_staticPartyListType

An attribute type that stores an EntityCollection or ActivityParty[] value.

System_CAPS_pubfieldSystem_CAPS_staticPicklistType

An attribute type that stores an OptionSetValue.

System_CAPS_pubfieldSystem_CAPS_staticStateType

An attribute type that stores an OptionSetValue representing the valid statecode values for an entity.

System_CAPS_pubfieldSystem_CAPS_staticStatusType

An attribute type that stores an OptionSetValue representing the valid statuscode values for an entity.

System_CAPS_pubfieldSystem_CAPS_staticStringType

An attribute type that stores a String value.

System_CAPS_pubfieldSystem_CAPS_staticUniqueidentifierType

An attribute type that stores a System.Guid value.

System_CAPS_pubfieldSystem_CAPS_staticVirtualType

An attribute type that represents a value not included within records.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(AttributeTypeDisplayName, AttributeTypeDisplayName)

Indicates whether two AttributeTypeDisplayName instances are the same.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(String to AttributeTypeDisplayName)

Converts a string into a AttributeTypeDisplayName

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: