AttributeInfo Class
Applies To: Dynamics CRM 2013
Provides additional information about an attribute. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Metadata.AttributeInfo
Syntax
public sealed class AttributeInfo
public ref class AttributeInfo sealed
[<Sealed>]
type AttributeInfo = class end
Public NotInheritable Class AttributeInfo
Constructors
Name | Description | |
---|---|---|
AttributeInfo(PropertyInfo, AttributeLogicalNameAttribute) | Creates an instance of the AttributeInfo class. |
Properties
Name | Description | |
---|---|---|
CrmPropertyAttribute | Gets the logical name annotation of the attribute property. |
|
Property | Gets the PropertyInfo reflection object for the attribute property. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetValue(Object) | Retrieves the value of the property for an entity instance. |
|
ToString() | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
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.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top