AttributeTypeDisplayName Class

Definition

Provides a list of types of attributes used by AttributeMetadata.AttributeTypeName

For the Web API the corresponding type is AttributeTypeDisplayName ComplexType.

public ref class AttributeTypeDisplayName sealed : Microsoft::Xrm::Sdk::Metadata::ConstantsBase<System::String ^>
[System.Runtime.Serialization.DataContract(Name="AttributeTypeDisplayName", Namespace="http://schemas.microsoft.com/xrm/2013/Metadata")]
public sealed class AttributeTypeDisplayName : Microsoft.Xrm.Sdk.Metadata.ConstantsBase<string>
[<System.Runtime.Serialization.DataContract(Name="AttributeTypeDisplayName", Namespace="http://schemas.microsoft.com/xrm/2013/Metadata")>]
type AttributeTypeDisplayName = class
    inherit ConstantsBase<string>
Public NotInheritable Class AttributeTypeDisplayName
Inherits ConstantsBase(Of String)
Inheritance
AttributeTypeDisplayName
Attributes

Constructors

AttributeTypeDisplayName()

Initializes a new instance of the AttributeTypeDisplayName class.

Fields

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.

CustomType
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.

FileType
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.

MultiSelectPicklistType
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.

Properties

ExtensionData (Inherited from ConstantsBase<T>)
Value (Inherited from ConstantsBase<T>)

Methods

Equals(Object)

Determines whether two instances are equal.

GetHashCode()

Returns a hash code value for this type.

ValueExistsInList(T)

Indicates whether a value exists in the list.

(Inherited from ConstantsBase<T>)

Operators

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.

Applies to