The AttributeMapping type exposes the following members.

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