Class DynamoPropertyNameAttribute
The Dynamo
Inheritance
System.Object
System.Attribute
DynamoPropertyNameAttribute
Namespace: LambdaSharp.DynamoDB.Serialization
Assembly: LambdaSharp.DynamoDB.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class DynamoPropertyNameAttribute : Attribute
Constructors
DynamoPropertyNameAttribute(String)
Create a new instance of Dynamo
Declaration
public DynamoPropertyNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The DynamoDB attribute name. |
Properties
Name
The DynamoDB attribute name to use for this property.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |