Unosquare
    Show / Hide Table of Contents

    Interface IObjectMap

    Interface object map.

    Namespace: Swan.Mappers
    Syntax
    public interface IObjectMap

    Properties

    DestinationType

    Gets or sets the type of the destination.

    Declaration
    Type DestinationType { get; }
    Property Value
    Type Description
    Type

    Map

    Gets or sets the map.

    Declaration
    Dictionary<PropertyInfo, List<PropertyInfo>> Map { get; }
    Property Value
    Type Description
    Dictionary<PropertyInfo, List<PropertyInfo>>

    SourceType

    Gets or sets the type of the source.

    Declaration
    Type SourceType { get; }
    Property Value
    Type Description
    Type

    Comments

    Back to top Copyright © 2017-2019 Unosquare