AttributeTypeDisplayName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
AttributeTypeDisplayName() |
Initializes a new instance of the AttributeTypeDisplayName class. |
Fields
BigIntType |
An attribute type that stores a |
BooleanType |
An attribute type that stores a |
CalendarRulesType |
An attribute type that stores an EntityCollection or |
CustomerType |
An attribute type that stores an EntityReference to either an Account or Contact. |
CustomType | |
DateTimeType |
An attribute type that stores a |
DecimalType |
An attribute type that stores a |
DoubleType |
An attribute type that stores a |
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 |
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 |
MoneyType |
An attribute type that stores a |
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 |
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 |
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 |
Implicit(String to AttributeTypeDisplayName) |
Converts a string into a AttributeTypeDisplayName |
Inequality(AttributeTypeDisplayName, AttributeTypeDisplayName) |
Indicates whether two AttributeTypeDisplayName instances are different. |