Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class AttributeValueToObjectConverterManager

    Inheritance
    object
    AttributeValueToObjectConverterManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Dynamo.Converters.Attributes
    Assembly: Innovt.Cloud.AWS.Dynamo.dll
    Syntax
    public static class AttributeValueToObjectConverterManager

    Methods

    | Edit this page View Source

    CreateAttributeValueToObject(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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX