Supports customization of the SimpleDB domain name used to store item objects.

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

Syntax

C#
public class DomainNameAttribute : SimolAttribute
Visual Basic
Public Class DomainNameAttribute _
	Inherits SimolAttribute
Visual C++
public ref class DomainNameAttribute : public SimolAttribute

Remarks

SimpleDB domain names default to the short name of the type being stored (i.e. Name). Mark your item classes with this attribute to customize the SimpleDB domain name.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Simol..::..SimolAttribute
      Simol..::..DomainNameAttribute

See Also