C# 클래스 Glyma.UtilityService.Export.IBIS.Compendium.Model.CompendiumXmlMap

상속: Glyma.UtilityService.Export.IBIS.Common.Model.Xml.XmlMapBase
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
AddLink ( System.Guid mapId, IGlymaRelationship relationship ) : void
AddNode ( CompendiumNode node ) : void
AddReferenceLink ( System.Guid mapId, CompendiumNode refenceNode, CompendiumNode originNode ) : void
AddView ( System.Guid mapId, CompendiumNode node ) : void
CompendiumXmlMap ( System.Guid mapId ) : System

비공개 메소드들

메소드 설명
IsNodeExist ( IGlymaNode node ) : bool
IsRelationshipExist ( IGlymaRelationship relationship ) : bool

메소드 상세

AddLink() 공개 메소드

public AddLink ( System.Guid mapId, IGlymaRelationship relationship ) : void
mapId System.Guid
relationship IGlymaRelationship
리턴 void

AddNode() 공개 메소드

public AddNode ( CompendiumNode node ) : void
node CompendiumNode
리턴 void

AddReferenceLink() 공개 메소드

public AddReferenceLink ( System.Guid mapId, CompendiumNode refenceNode, CompendiumNode originNode ) : void
mapId System.Guid
refenceNode CompendiumNode
originNode CompendiumNode
리턴 void

AddView() 공개 메소드

public AddView ( System.Guid mapId, CompendiumNode node ) : void
mapId System.Guid
node CompendiumNode
리턴 void

CompendiumXmlMap() 공개 메소드

public CompendiumXmlMap ( System.Guid mapId ) : System
mapId System.Guid
리턴 System