BooleanAttributeMetadata Constructors
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.
Overloads
BooleanAttributeMetadata() |
Initializes a new instance of the BooleanAttributeMetadata class |
BooleanAttributeMetadata(BooleanOptionSetMetadata) |
Initializes a new instance of the BooleanAttributeMetadata class |
BooleanAttributeMetadata(String) |
Initializes a new instance of the BooleanAttributeMetadata class |
BooleanAttributeMetadata(String, BooleanOptionSetMetadata) |
Initializes a new instance of the BooleanAttributeMetadata class |
BooleanAttributeMetadata()
Initializes a new instance of the BooleanAttributeMetadata class
public:
BooleanAttributeMetadata();
public BooleanAttributeMetadata ();
Public Sub New ()
Applies to
BooleanAttributeMetadata(BooleanOptionSetMetadata)
Initializes a new instance of the BooleanAttributeMetadata class
public:
BooleanAttributeMetadata(Microsoft::Xrm::Sdk::Metadata::BooleanOptionSetMetadata ^ optionSet);
public BooleanAttributeMetadata (Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata optionSet);
new Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata : Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata -> Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata
Public Sub New (optionSet As BooleanOptionSetMetadata)
Parameters
- optionSet
- BooleanOptionSetMetadata
The definition of the options
Applies to
BooleanAttributeMetadata(String)
Initializes a new instance of the BooleanAttributeMetadata class
public:
BooleanAttributeMetadata(System::String ^ schemaName);
public BooleanAttributeMetadata (string schemaName);
new Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata : string -> Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata
Public Sub New (schemaName As String)
Parameters
- schemaName
- String
The schema name of the attribute.
Applies to
BooleanAttributeMetadata(String, BooleanOptionSetMetadata)
Initializes a new instance of the BooleanAttributeMetadata class
public:
BooleanAttributeMetadata(System::String ^ schemaName, Microsoft::Xrm::Sdk::Metadata::BooleanOptionSetMetadata ^ optionSet);
public BooleanAttributeMetadata (string schemaName, Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata optionSet);
new Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata : string * Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata -> Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata
Public Sub New (schemaName As String, optionSet As BooleanOptionSetMetadata)
Parameters
- schemaName
- String
The schema name of the attribute.
- optionSet
- BooleanOptionSetMetadata
The definition of the options