ApiDataMappingItem ClassNemiro.OAuth
Represents data mapping item for API results.
Inheritance Hierarchy

System Object
  Nemiro.OAuth ApiDataMappingItem

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public class ApiDataMappingItem

The ApiDataMappingItem type exposes the following members.

Constructors

  NameDescription
Public methodApiDataMappingItem
Initializes a new instance of the ApiDataMappingItem class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDestinationName
Gets or set the property name in the destination object.
Public propertyFormat
Gets or sets the data format.
Public propertyParse
Gets or sets a custom parser of the data.
Public propertySourceName
Gets or sets the key name in the data source.
Public propertyType
Gets or sets the data type of the property in the destination object.
Top
See Also