Represents data mapping item for API results.
Inheritance Hierarchy
Nemiro.OAuth ApiDataMappingItem
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The ApiDataMappingItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ApiDataMappingItem |
Initializes a new instance of the ApiDataMappingItem class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DestinationName |
Gets or set the property name in the destination object.
| |
| Format |
Gets or sets the data format.
| |
| Parse |
Gets or sets a custom parser of the data.
| |
| SourceName |
Gets or sets the key name in the data source.
| |
| Type |
Gets or sets the data type of the property in the destination object.
|
See Also