C# 클래스 Glyma.UtilityService.Export.IBIS.Common.Model.Glyma.GlymaNode

상속: IGlymaNode
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
GetAllChildNodes ( ) : IEnumerable
GlymaNode ( ) : System
GlymaNode ( IRelationship relationship, INode node ) : System

보호된 메소드들

메소드 설명
FindMetadata ( string key ) : string
FindRelationshipBindedMetadata ( string key ) : string
GlymaNode ( INode node ) : System

메소드 상세

FindMetadata() 보호된 메소드

protected FindMetadata ( string key ) : string
key string
리턴 string

FindRelationshipBindedMetadata() 보호된 메소드

protected FindRelationshipBindedMetadata ( string key ) : string
key string
리턴 string

GetAllChildNodes() 공개 메소드

public GetAllChildNodes ( ) : IEnumerable
리턴 IEnumerable

GlymaNode() 공개 메소드

public GlymaNode ( ) : System
리턴 System

GlymaNode() 보호된 메소드

protected GlymaNode ( INode node ) : System
node INode
리턴 System

GlymaNode() 공개 메소드

public GlymaNode ( IRelationship relationship, INode node ) : System
relationship IRelationship
node INode
리턴 System