Class Hierarchy
Hierarchy
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public sealed class Hierarchy
Constructors
| Improve this Doc View SourceHierarchy(String, String, String, String)
Hierarchy constructor
Declaration
public Hierarchy(string name, string parent, string linkParent, string linkChild)
Parameters
Type | Name | Description |
---|---|---|
String | name | Hierarchy table name |
String | parent | Parent link field |
String | linkParent | Hierarchy table parent link |
String | linkChild | Hierarchy table child link |
Properties
| Improve this Doc View SourceLinkChild
Hierarchy table child link
Declaration
public string LinkChild { get; }
Property Value
Type | Description |
---|---|
String |
LinkParent
Hierarchy table parent link
Declaration
public string LinkParent { get; }
Property Value
Type | Description |
---|---|
String |
Name
Hierarchy table name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Parent
Parent link field
Declaration
public string Parent { get; }
Property Value
Type | Description |
---|---|
String |