C# Class dnorml.Table

Exibir arquivo Open project: NGPVAN/dnorml Class Usage Examples

Public Properties

Property Type Description
FieldNames List

Public Methods

Method Description
CreateKey ( Newtonsoft.Json.Linq.JObject o ) : string
GetKey ( Newtonsoft.Json.Linq.JObject row ) : string
GetKeyHelper ( List keys, Newtonsoft.Json.Linq.JObject row ) : string
GetParentKey ( Newtonsoft.Json.Linq.JObject row ) : string
ToString ( ) : string

Method Details

CreateKey() public method

public CreateKey ( Newtonsoft.Json.Linq.JObject o ) : string
o Newtonsoft.Json.Linq.JObject
return string

GetKey() public method

public GetKey ( Newtonsoft.Json.Linq.JObject row ) : string
row Newtonsoft.Json.Linq.JObject
return string

GetKeyHelper() public method

public GetKeyHelper ( List keys, Newtonsoft.Json.Linq.JObject row ) : string
keys List
row Newtonsoft.Json.Linq.JObject
return string

GetParentKey() public method

public GetParentKey ( Newtonsoft.Json.Linq.JObject row ) : string
row Newtonsoft.Json.Linq.JObject
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

FieldNames public_oe property

public List FieldNames
return List