LookupAttributeMetadata Members

Contains the metadata for an attribute of type lookup.

The following tables list the members exposed by the LookupAttributeMetadata type.

Public Constructors

  Name Description
  LookupAttributeMetadata Initializes a new instance of the LookupAttributeMetadata class

Top

Public Properties

  Name Description
public property AttributeOf  Gets the name of the attribute that this attribute extends. (inherited from AttributeMetadata)
public property AttributeType  Gets the type for the attribute. (inherited from AttributeMetadata)
public property AttributeTypeName  Gets the name of the type for the attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForCreate  Gets whether field-level security can be applied to prevent a user from adding data to this attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForRead  Gets whether field-level security can be applied to prevent a user from viewing data from this attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForUpdate  Gets whether field-level security can be applied to prevent a user from updating data for this attribute. (inherited from AttributeMetadata)
public property CanModifyAdditionalSettings  Gets or sets the property that determines whether any settings not controlled by managed properties can be changed. (inherited from AttributeMetadata)
public property ColumnNumber  Gets an organization-specific ID for the attribute used for auditing. (inherited from AttributeMetadata)
public property DeprecatedVersion  Gets the Microsoft Dynamics CRM version that the attribute was deprecated in. (inherited from AttributeMetadata)
public property Description  Gets or sets the description of the attribute. (inherited from AttributeMetadata)
public property DisplayName  Gets or sets the display name for the attribute. (inherited from AttributeMetadata)
public property EntityLogicalName  Gets the logical name of the entity that contains the attribute. (inherited from AttributeMetadata)
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from MetadataBase)
public property HasChanged  Gets whether the item of metadata has changed. (inherited from MetadataBase)
public property InheritsFrom  (inherited from AttributeMetadata)
public property IntroducedVersion  Gets a string identifying the solution version that the solution component was added in. (inherited from AttributeMetadata)
public property IsAuditEnabled  Gets or sets the property that determines whether the attribute is enabled for auditing. (inherited from AttributeMetadata)
public property IsCustomAttribute  Gets whether the attribute is a custom attribute. (inherited from AttributeMetadata)
public property IsCustomizable  Gets or sets the property that determines whether the attribute allows customization. (inherited from AttributeMetadata)
public property IsFilterable  (inherited from AttributeMetadata)
public property IsGlobalFilterEnabled  (inherited from AttributeMetadata)
public property IsLogical  Gets whether the attribute is a logical attribute. (inherited from AttributeMetadata)
public property IsManaged  Gets whether the attribute is part of a managed solution. (inherited from AttributeMetadata)
public property IsPrimaryId  Gets whether the attribute represents the unique identifier for the record. (inherited from AttributeMetadata)
public property IsPrimaryName  Gets or sets whether the attribute represents the primary attribute for the entity. (inherited from AttributeMetadata)
public property IsRenameable  Gets or sets the property that determines whether the attribute display name can be changed. (inherited from AttributeMetadata)
public property IsRetrievable  (inherited from AttributeMetadata)
public property IsSearchable  (inherited from AttributeMetadata)
public property IsSecured  Gets or sets whether the attribute is secured for field-level security. (inherited from AttributeMetadata)
public property IsSortableEnabled  (inherited from AttributeMetadata)
public property IsValidForAdvancedFind  Gets or sets the property that determines whether the attribute appears in Advanced Find. (inherited from AttributeMetadata)
public property IsValidForCreate  Gets whether the value can be set when a record is created. (inherited from AttributeMetadata)
public property IsValidForRead  Gets whether the value can be retrieved. (inherited from AttributeMetadata)
public property IsValidForUpdate  Gets whether the value can be updated. (inherited from AttributeMetadata)
public property LinkedAttributeId  Gets or sets an attribute that is linked between appointments and recurring appointments. (inherited from AttributeMetadata)
public property LogicalName  Gets or sets the logical name for the attribute. (inherited from AttributeMetadata)
public property MetadataId  Gets or sets a unique identifier for the metadata item. (inherited from MetadataBase)
public property RequiredLevel  Gets or sets the property that determines the data entry requirement level enforced for the attribute. (inherited from AttributeMetadata)
public property SchemaName  Gets or sets the schema name for the attribute. (inherited from AttributeMetadata)
public property SourceType  Gets or sets the value that indicates the source type for a calculated or rollup attribute. (inherited from AttributeMetadata)
public property Targets Gets or sets the target entity types for the lookup.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

LookupAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Create a Lookup Attribute

Other Resources

Customize Entity Attribute Metadata
Work with Attributes

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.