The AttributeMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AttributeMapping |
Initializes a new instance of the AttributeMapping class
|
Methods
Name | Description | |
---|---|---|
Create |
Creates an attribute mapping for the specified property.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AttributeName |
Gets or sets the name of the SimpleDB attribute used to store
the described property.
|
|
Formatter |
Gets or sets the custom formatter to use with this property if one has been provided.
|
|
FormatType |
Gets the property type to use for formatting purposes.
|
|
FullPropertyName |
Gets the full name of the property, including contextual information.
|
|
IsFormattable |
Gets a value indicating whether the property type is formattable.
|
|
IsIndexed |
Gets or sets a value indicating whether the property should be indexed
by the installed IIndexer.
|
|
IsList |
Gets a value indicating whether the described property is a list.
|
|
IsNumeric |
Gets a value indicating whether the property type is numeric.
|
|
IsSigned |
Gets a value indicating whether the property type is a signed numeric type.
|
|
IsVersionProperty |
Gets a value indicating whether this property tracks the item version.
|
|
PropertyName |
Gets the name of the mapped property.
|
|
PropertyType |
Gets the mapped property type.
|
|
ScalarType |
Gets the scalar property type.
|
|
SpanAttributes |
Gets or sets a value indicating whether content should
span multiple SimpleDB attributes if it cannot fit into a single attribute.
|
|
Versioning |
Gets or sets the versioning information.
|