AttributeTypeDisplayName Class

 

Applies To: Dynamics CRM 2015

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

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

Inheritance Hierarchy

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

Syntax

[DataContractAttribute(Name = "AttributeTypeDisplayName", Namespace = "https://schemas.microsoft.com/xrm/2013/Metadata")]
public sealed class AttributeTypeDisplayName : ConstantsBase<string>
[DataContractAttribute(Name = "AttributeTypeDisplayName", Namespace = "https://schemas.microsoft.com/xrm/2013/Metadata")]
public ref class AttributeTypeDisplayName sealed : ConstantsBase<String^>
[<Sealed>]
[<DataContractAttribute(Name = "AttributeTypeDisplayName", Namespace = "https://schemas.microsoft.com/xrm/2013/Metadata")>]
type AttributeTypeDisplayName = 
    class
        inherit ConstantsBase<string>
    end
<DataContractAttribute(Name := "AttributeTypeDisplayName", Namespace := "https://schemas.microsoft.com/xrm/2013/Metadata")>
Public NotInheritable Class AttributeTypeDisplayName
    Inherits ConstantsBase(Of String)

Constructors

Name Description
System_CAPS_pubmethod AttributeTypeDisplayName()

Initializes a new instance of the AttributeTypeDisplayName class.

Properties

Name Description
System_CAPS_pubproperty ExtensionData

(Inherited from ConstantsBase<T>.)

System_CAPS_pubproperty Value

(Inherited from ConstantsBase<T>.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

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

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static BigIntType

An attribute type that stores a Long value.

System_CAPS_pubfieldSystem_CAPS_static BooleanType

An attribute type that stores a Boolean value.

System_CAPS_pubfieldSystem_CAPS_static CalendarRulesType

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

System_CAPS_pubfieldSystem_CAPS_static CustomerType

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

System_CAPS_pubfieldSystem_CAPS_static DateTimeType

An attribute type that stores a System.DateTime value.

System_CAPS_pubfieldSystem_CAPS_static DecimalType

An attribute type that stores a Decimal value.

System_CAPS_pubfieldSystem_CAPS_static DoubleType

An attribute type that stores a Double value.

System_CAPS_pubfieldSystem_CAPS_static EntityNameType

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

System_CAPS_pubfieldSystem_CAPS_static ImageType

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

System_CAPS_pubfieldSystem_CAPS_static IntegerType

An attribute type that stores an Integer value.

System_CAPS_pubfieldSystem_CAPS_static LookupType

An attribute type that stores an EntityReference value.

System_CAPS_pubfieldSystem_CAPS_static ManagedPropertyType

An attribute type that stores a BooleanManagedProperty value.

System_CAPS_pubfieldSystem_CAPS_static MemoType

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

System_CAPS_pubfieldSystem_CAPS_static MoneyType

An attribute type that stores a Money value.

System_CAPS_pubfieldSystem_CAPS_static OwnerType

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

System_CAPS_pubfieldSystem_CAPS_static PartyListType

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

System_CAPS_pubfieldSystem_CAPS_static PicklistType

An attribute type that stores an OptionSetValue.

System_CAPS_pubfieldSystem_CAPS_static StateType

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

System_CAPS_pubfieldSystem_CAPS_static StatusType

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

System_CAPS_pubfieldSystem_CAPS_static StringType

An attribute type that stores a String value.

System_CAPS_pubfieldSystem_CAPS_static UniqueidentifierType

An attribute type that stores a System.Guid value.

System_CAPS_pubfieldSystem_CAPS_static VirtualType

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

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(AttributeTypeDisplayName, AttributeTypeDisplayName)

Indicates whether two AttributeTypeDisplayName instances are the same.

System_CAPS_puboperatorSystem_CAPS_static Implicit(String to AttributeTypeDisplayName)

Converts a string into a AttributeTypeDisplayName

System_CAPS_puboperatorSystem_CAPS_static Inequality(AttributeTypeDisplayName, AttributeTypeDisplayName)

Indicates whether two AttributeTypeDisplayName instances are different.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright