BooleanOptionSetMetadata Class
Applies To: Dynamics CRM 2015
Contains the metadata for an attribute of type Boolean.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase
Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata
Syntax
[DataContractAttribute(Name = "BooleanOptionSetMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class BooleanOptionSetMetadata : OptionSetMetadataBase
[DataContractAttribute(Name = "BooleanOptionSetMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public ref class BooleanOptionSetMetadata sealed : OptionSetMetadataBase
[<Sealed>]
[<DataContractAttribute(Name = "BooleanOptionSetMetadata", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type BooleanOptionSetMetadata =
class
inherit OptionSetMetadataBase
end
<DataContractAttribute(Name := "BooleanOptionSetMetadata", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public NotInheritable Class BooleanOptionSetMetadata
Inherits OptionSetMetadataBase
Constructors
Name | Description | |
---|---|---|
BooleanOptionSetMetadata() | Initializes a new instance of the BooleanOptionSetMetadata class |
|
BooleanOptionSetMetadata(OptionMetadata, OptionMetadata) | Initializes a new instance of the BooleanOptionSetMetadata class |
Properties
Name | Description | |
---|---|---|
Description | Gets or sets a description for the option set.(Inherited from OptionSetMetadataBase.) |
|
DisplayName | Gets or sets a display name for a global option set.(Inherited from OptionSetMetadataBase.) |
|
ExtensionData | Gets or sets the structure that contains extra data.(Inherited from MetadataBase.) |
|
FalseOption | Gets or sets option displayed when the attribute is false. |
|
HasChanged | Gets whether the item of metadata has changed.(Inherited from MetadataBase.) |
|
IntroducedVersion | Gets a string identifying the solution version that the solution component was added in.(Inherited from OptionSetMetadataBase.) |
|
IsCustomizable | Gets or sets a property that determines whether the option set is customizable.(Inherited from OptionSetMetadataBase.) |
|
IsCustomOptionSet | Gets or sets whether the option set is a custom option set.(Inherited from OptionSetMetadataBase.) |
|
IsGlobal | Gets or sets whether the option set is a global option set.(Inherited from OptionSetMetadataBase.) |
|
IsManaged | Gets or sets whether the option set is part of a managed solution.(Inherited from OptionSetMetadataBase.) |
|
MetadataId | Gets or sets a unique identifier for the metadata item.(Inherited from MetadataBase.) |
|
Name | Gets or sets the name of a global option set.(Inherited from OptionSetMetadataBase.) |
|
OptionSetType | Gets or sets the type of option set.(Inherited from OptionSetMetadataBase.) |
|
TrueOption | Gets or sets option displayed when the attribute is true. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Customize entity attribute metadata
Work with attribute metadata
Return to top
© 2016 Microsoft. All rights reserved. Copyright