Table of Contents

Class DataDictionaryModel

Namespace
JJMasterData.Core.DataDictionary.Structure
Assembly
JJMasterData.Core.dll
public class DataDictionaryModel
Inheritance
DataDictionaryModel
Inherited Members

Properties

Json

public string Json { get; set; }

Property Value

string

Modified

public DateTime Modified { get; set; }

Property Value

DateTime

Name

public string Name { get; set; }

Property Value

string

Type

public char Type { get; set; }

Property Value

char

Methods

FromDictionary(Dictionary<string, object>)

public static DataDictionaryModel FromDictionary(Dictionary<string, object> dictionary)

Parameters

dictionary Dictionary<string, object>

Returns

DataDictionaryModel

ToDictionary()

public Dictionary<string, object> ToDictionary()

Returns

Dictionary<string, object>