C# 클래스 NodeService.CompendiumViewRelationship

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

공개 메소드들

메소드 설명
AddAttachment ( string attachment ) : void
AddDescriptor ( IDescriptor descriptor ) : void
AddNote ( string note ) : void
BuildRelationships ( INode>.Dictionary nodeList ) : void
CompendiumViewRelationship ( ) : System
ConsumeViewXml ( XmlReader xml, string domainNodeId ) : void
Equals ( IStorageElement secondElement ) : bool
RemoveAttachment ( string attachment ) : void
RemoveDescriptor ( IDescriptor descriptor ) : void
RemoveNote ( string note ) : void

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( string attachment ) : void
attachment string
리턴 void

AddDescriptor() 공개 메소드

public AddDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
리턴 void

AddNote() 공개 메소드

public AddNote ( string note ) : void
note string
리턴 void

BuildRelationships() 공개 메소드

public BuildRelationships ( INode>.Dictionary nodeList ) : void
nodeList INode>.Dictionary
리턴 void

CompendiumViewRelationship() 공개 메소드

public CompendiumViewRelationship ( ) : System
리턴 System

ConsumeViewXml() 공개 메소드

public ConsumeViewXml ( XmlReader xml, string domainNodeId ) : void
xml System.Xml.XmlReader
domainNodeId string
리턴 void

Equals() 공개 메소드

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
리턴 bool

RemoveAttachment() 공개 메소드

public RemoveAttachment ( string attachment ) : void
attachment string
리턴 void

RemoveDescriptor() 공개 메소드

public RemoveDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
리턴 void

RemoveNote() 공개 메소드

public RemoveNote ( string note ) : void
note string
리턴 void