C# Class Glyma.UtilityService.Export.IBIS.Common.Model.Glyma.GlymaNode

Inheritance: IGlymaNode
Datei anzeigen Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
GetAllChildNodes ( ) : IEnumerable
GlymaNode ( ) : System
GlymaNode ( IRelationship relationship, INode node ) : System

Protected Methods

Method Description
FindMetadata ( string key ) : string
FindRelationshipBindedMetadata ( string key ) : string
GlymaNode ( INode node ) : System

Method Details

FindMetadata() protected method

protected FindMetadata ( string key ) : string
key string
return string

FindRelationshipBindedMetadata() protected method

protected FindRelationshipBindedMetadata ( string key ) : string
key string
return string

GetAllChildNodes() public method

public GetAllChildNodes ( ) : IEnumerable
return IEnumerable

GlymaNode() public method

public GlymaNode ( ) : System
return System

GlymaNode() protected method

protected GlymaNode ( INode node ) : System
node INode
return System

GlymaNode() public method

public GlymaNode ( IRelationship relationship, INode node ) : System
relationship IRelationship
node INode
return System