JsonMapGeneratorGenerate Method |
Generates a JsonMap based on a class structure and the
relevant types' data members.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic JsonMap Generate(
Type type,
string target
)
Public Function Generate (
type As Type,
target As String
) As JsonMap
public:
JsonMap^ Generate(
Type^ type,
String^ target
)
Parameters
- type
- Type: SystemType
The root class of the structure to create a JsonMap for. - target
- Type: SystemString
The identifier of the target JSON format to make a map for.
Return Value
Type:
JsonMapJsonMap for the target.
See Also