EnumAttributeMetadata Constructors

Definition

Overloads

EnumAttributeMetadata()

Initializes a new instance of the EnumAttributeMetadata class.

EnumAttributeMetadata(AttributeTypeCode, String)

Initializes a new instance of the EnumAttributeMetadata class.

EnumAttributeMetadata()

Initializes a new instance of the EnumAttributeMetadata class.

protected:
 EnumAttributeMetadata();
protected EnumAttributeMetadata ();
Protected Sub New ()

Applies to

EnumAttributeMetadata(AttributeTypeCode, String)

Initializes a new instance of the EnumAttributeMetadata class.

protected:
 EnumAttributeMetadata(Microsoft::Xrm::Sdk::Metadata::AttributeTypeCode attributeType, System::String ^ schemaName);
protected EnumAttributeMetadata (Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode attributeType, string schemaName);
new Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata : Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode * string -> Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata
Protected Sub New (attributeType As AttributeTypeCode, schemaName As String)

Parameters

attributeType
AttributeTypeCode

The attribute type code.

schemaName
String

The schema name for the attribute.

Applies to