Show / Hide Table of Contents

Class DynamoPropertyIgnoreAttribute

The DynamoPropertyIgnoreAttribute property attribute indicates that a property should be skipped by DynamoSerializer during (de)serialization.

Inheritance
System.Object
System.Attribute
DynamoPropertyIgnoreAttribute
Namespace: LambdaSharp.DynamoDB.Serialization
Assembly: LambdaSharp.DynamoDB.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class DynamoPropertyIgnoreAttribute : Attribute
In This Article
Back to top Generated by DocFX