Table of Contents

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

DataNode(Guid)

public DataNode(Guid id)

Parameters

id Guid

Properties

Code

public string Code { get; set; }

Property Value

string

CodePath

public string CodePath { get; set; }

Property Value

string

Depth

public int Depth { get; set; }

Property Value

int

HtmlPostfix

public string HtmlPostfix { get; set; }

Property Value

string

HtmlPrefix

public string HtmlPrefix { get; set; }

Property Value

string

IncomingNodes

public IEnumerable<Classify.DataNode> IncomingNodes { get; }

Property Value

IEnumerable<Classify.DataNode>

OutgoingNodes

public IEnumerable<Classify.DataNode> OutgoingNodes { get; }

Property Value

IEnumerable<Classify.DataNode>

StandardType

public string StandardType { get; set; }

Property Value

string

StandardTypeIcon

public string StandardTypeIcon { get; set; }

Property Value

string

TitleDefault

public string TitleDefault { get; set; }

Property Value

string

TitleSelected

public string TitleSelected { get; set; }

Property Value

string