The ItemMapping type exposes the following members.

Constructors

  Name Description
Protected method ItemMapping
Initializes a new instance of the ItemMapping class.

Methods

  Name Description
Public method Static member Create(Type)
Creates a complete mapping for the specified item type.
Public method Static member Create(String, AttributeMapping)
Creates a minimal, ad-hoc mapping not associated with any .NET type.
Public method Static member Create(Type, List<(Of <<'(String>)>>))
Creates a partial mapping from the specified item type.
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 AttributeMappings
Gets or sets the mappings for persistent properties.
Public property Constraint
Gets or sets the custom constraint to apply when loading or saving data to the mapped domain.
Public property DomainName
Gets or sets the name of the SimpleDB domain used to store properties.
Public property Item
Gets the AttributeMapping with the specified property name.
Public property ItemNameMapping
Gets or sets the mapping for the item name property.

See Also