CustomMappingAttribute Members
Include Protected Members
Include Inherited Members
Identifies what new columns are mapped with the MapFrom(Object) method that is decorated with the attribute.
The CustomMappingAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomMappingAttribute | Initializes a new instance of the CustomMappingAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
Columns | Gets or sets the internal names of columns that need to be retrieved from the content database and mapped to a property in a class that represents a content type. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top