 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | DynamoDBHashKeyAttribute()()()() | 
            Default constructor
             | 
|  | DynamoDBHashKeyAttribute(String) | 
            Constructor that specifies an alternate attribute name
             | 
|  | DynamoDBHashKeyAttribute(Type) | 
            Constructor that specifies a custom converter.
            
            Converter must be the type of a class that implements IPropertyConverter.
             | 
|  | DynamoDBHashKeyAttribute(String, Type) | 
            Constructor that specifies an alternate attribute name and a custom converter.
            
            Converter must be the type of a class that implements IPropertyConverter.
             |