C# 클래스 NodeService.CompendiumLinkRelationship

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

공개 메소드들

메소드 설명
AddAttachment ( string attachment ) : void
AddDescriptor ( IDescriptor descriptor ) : void
AddNote ( string note ) : void
CompendiumLinkRelationship ( ) : System
ConsumeLinkXml ( INode>.Dictionary nodeList, XmlReader xml, string domainNodeId ) : bool
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

CompendiumLinkRelationship() 공개 메소드

public CompendiumLinkRelationship ( ) : System
리턴 System

ConsumeLinkXml() 공개 메소드

public ConsumeLinkXml ( INode>.Dictionary nodeList, XmlReader xml, string domainNodeId ) : bool
nodeList INode>.Dictionary
xml System.Xml.XmlReader
domainNodeId string
리턴 bool

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