ApiDataMapping Add Method (String, String, Type, String)Nemiro.OAuth
Adds the specified data mapping to the collection.

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

public void Add(
	string sourceName,
	string destinationName,
	Type type,
	string format
)

Parameters

sourceName
Type: System String
The key name in the data source.
destinationName
Type: System String
The property name in the destination object.
type
Type: System Type
The data type.
format
Type: System String
The data format. For example: "dd.MM.yyyy" for dates, or: "00" for numerics, etc.
See Also