Class AttributeValueToObjectConverterManager
Inherited Members
Namespace: Innovt.Cloud.AWS.Dynamo.Converters.Attributes
Assembly: Innovt.Cloud.AWS.Dynamo.dll
Syntax
public static class AttributeValueToObjectConverterManager
Methods
| Edit this page View SourceCreateAttributeValueToObject(AttributeValue?, Type, DynamoContext?)
This method transforms an AttributeValue into an object of the desired type.
Declaration
public static object CreateAttributeValueToObject(AttributeValue? value, Type desiredType, DynamoContext? context = null)
Parameters
Type | Name | Description |
---|---|---|
AttributeValue | value | The dynamo db attribute value. |
Type | desiredType | Thy desired type to match with the property. |
DynamoContext | context |
Returns
Type | Description |
---|---|
object | An object. |