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