The AttributeMapping type exposes the following members.

Constructors

  Name Description
Protected method AttributeMapping
Initializes a new instance of the AttributeMapping class

Methods

  Name Description
Public method Static member Create
Creates an attribute mapping for the specified property.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AttributeName
Gets or sets the name of the SimpleDB attribute used to store the described property.
Public property Formatter
Gets or sets the custom formatter to use with this property if one has been provided.
Public property FormatType
Gets the property type to use for formatting purposes.
Public property FullPropertyName
Gets the full name of the property, including contextual information.
Public property IsFormattable
Gets a value indicating whether the property type is formattable.
Public property IsIndexed
Gets or sets a value indicating whether the property should be indexed by the installed IIndexer.
Public property IsList
Gets a value indicating whether the described property is a list.
Public property IsNumeric
Gets a value indicating whether the property type is numeric.
Public property IsSigned
Gets a value indicating whether the property type is a signed numeric type.
Public property IsVersionProperty
Gets a value indicating whether this property tracks the item version.
Public property PropertyName
Gets the name of the mapped property.
Public property PropertyType
Gets the mapped property type.
Public property ScalarType
Gets the scalar property type.
Public property SpanAttributes
Gets or sets a value indicating whether content should span multiple SimpleDB attributes if it cannot fit into a single attribute.
Public property Versioning
Gets or sets the versioning information.

See Also