Show / Hide Table of Contents

Class DynamoPropertyNameAttribute

The DynamoPropertyNameAttribute property attribute modifies the DynamoDB attrivbute name used by DynamoSerializer during (de)serialization.

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 DynamoPropertyNameAttribute.

Declaration
public DynamoPropertyNameAttribute(string name)
Parameters
Type Name Description
System.String 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.String
In This Article
Back to top Generated by DocFX