StateAttributeMetadata Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains the metadata for an attribute of type State.
The following tables list the members exposed by the StateAttributeMetadata type.
Public Constructors
Name | Description | |
---|---|---|
StateAttributeMetadata | Initializes a new instance of the StateAttributeMetadata class |
Top
Public Properties
Name | Description | |
---|---|---|
AttributeOf | Gets the name of that attribute that this attribute extends. (inherited from AttributeMetadata) | |
AttributeType | Gets the type for the attribute. (inherited from AttributeMetadata) | |
AttributeTypeName | Gets the name of the type for the attribute. (inherited from AttributeMetadata) | |
CanBeSecuredForCreate | Gets whether field security can be applied to prevent a user from adding data to this attribute. (inherited from AttributeMetadata) | |
CanBeSecuredForRead | Gets whether field level security can be applied to prevent a user from viewing data from this attribute. (inherited from AttributeMetadata) | |
CanBeSecuredForUpdate | Gets whether field level security can be applied to prevent a user from updating data for this attribute. (inherited from AttributeMetadata) | |
CanModifyAdditionalSettings | Gets or sets the property that determines whether any settings not controlled by managed properties can be changed. (inherited from AttributeMetadata) | |
ColumnNumber | Gets an organization specific id for the attribute used for auditing. (inherited from AttributeMetadata) | |
DefaultFormValue | Gets or sets the default form value for the attribute. (inherited from EnumAttributeMetadata) | |
DeprecatedVersion | Gets the Microsoft Dynamics CRM version that the attribute was deprecated in. (inherited from AttributeMetadata) | |
Description | Gets or sets the description of the attribute. (inherited from AttributeMetadata) | |
DisplayName | Gets or sets the display name for the attribute. (inherited from AttributeMetadata) | |
EntityLogicalName | Gets the logical name of the entity that contains the attribute. (inherited from AttributeMetadata) | |
ExtensionData | Gets or sets the structure that contains extra data. (inherited from MetadataBase) | |
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 AttributeMetadata) | |
IsAuditEnabled | Gets or sets the property that determines whether the attribute is enabled for auditing. (inherited from AttributeMetadata) | |
IsCustomAttribute | Gets whether the attribute is a custom attribute. (inherited from AttributeMetadata) | |
IsCustomizable | Gets or sets the property that determines whether the attribute allows customization. (inherited from AttributeMetadata) | |
IsManaged | Gets whether the attribute is part of a managed solution. (inherited from AttributeMetadata) | |
IsPrimaryId | Gets whether the attribute represents the unique identifier for the record. (inherited from AttributeMetadata) | |
IsPrimaryName | Gets or sets whether the attribute represents the primary attribute for the entity. (inherited from AttributeMetadata) | |
IsRenameable | Gets or sets the property that determines whether the attribute display name can be changed. (inherited from AttributeMetadata) | |
IsSecured | Gets or sets whether the attribute is secured for field level security. (inherited from AttributeMetadata) | |
IsValidForAdvancedFind | Gets or sets the property that determines whether the attribute appears in Advanced Find. (inherited from AttributeMetadata) | |
IsValidForCreate | Gets whether the value can be set when a record is created. (inherited from AttributeMetadata) | |
IsValidForRead | Gets whether the value can be retrieved. (inherited from AttributeMetadata) | |
IsValidForUpdate | Gets whether the value can be updated. (inherited from AttributeMetadata) | |
LinkedAttributeId | Gets or sets an attribute that is linked between Appointments and Recurring appointments. (inherited from AttributeMetadata) | |
LogicalName | Gets or sets the logical name for the attribute. (inherited from AttributeMetadata) | |
MetadataId | Gets or sets a unique identifier for the metadata item. (inherited from MetadataBase) | |
OptionSet | Gets or sets the available options for the attribute. (inherited from EnumAttributeMetadata) | |
RequiredLevel | Gets or sets the property that determines the data entry requirement level enforced for the attribute. (inherited from AttributeMetadata) | |
SchemaName | Gets or sets the schema name for the attribute. (inherited from AttributeMetadata) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
StateAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Other Resources
Customize Entity Attribute Metadata
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.