Class Classify.DataNode
- Namespace
- InSite.Admin.Standards.Standards.Forms
- Assembly
- InSite.UI.dll
public class Classify.DataNode : StandardGraphNode, IStandardGraphNode<StandardGraphNode>
- Inheritance
-
Classify.DataNode
- Implements
-
- Inherited Members
-
Constructors
Parameters
id Guid
Properties
public string Code { get; set; }
Property Value
- string
public string CodePath { get; set; }
Property Value
- string
public int Depth { get; set; }
Property Value
- int
HtmlPostfix
public string HtmlPostfix { get; set; }
Property Value
- string
public string HtmlPrefix { get; set; }
Property Value
- string
public IEnumerable<Classify.DataNode> IncomingNodes { get; }
Property Value
- IEnumerable<Classify.DataNode>
public IEnumerable<Classify.DataNode> OutgoingNodes { get; }
Property Value
- IEnumerable<Classify.DataNode>
public string StandardType { get; set; }
Property Value
- string
public string StandardTypeIcon { get; set; }
Property Value
- string
public string TitleDefault { get; set; }
Property Value
- string
public string TitleSelected { get; set; }
Property Value
- string