Defines an ad-hoc item mapping between a list of properties and SimpleDB attributes.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public abstract class ItemMapping
Visual Basic
Public MustInherit Class ItemMapping
Visual C++
public ref class ItemMapping abstract

Remarks

You won't normally deal directly with item mappings when using Simol methods typed with a generic parameter such as Get<(Of <<'(T>)>>)(Object). The mapping classes (ItemMapping and AttributeMapping) are provided primarily for tools and infrastructure classes that require completely dynamic interactions with Simol.

Inheritance Hierarchy

System..::..Object
  Simol..::..ItemMapping

See Also