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 | |
---|---|---|
AttributeTypeDisplayName() | Initializes a new instance of the AttributeTypeDisplayName class. |
Properties
Name | Description | |
---|---|---|
ExtensionData | (Inherited from ConstantsBase<T>.) |
|
Value | (Inherited from ConstantsBase<T>.) |
Methods
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.) |
Fields
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. |
Operators
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. |
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