C# 클래스 NodeService.CompendiumTransclusionRelationship

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

공개 메소드들

메소드 설명
AddAttachment ( string attachment ) : void
AddDescriptor ( IDescriptor descriptor ) : void
AddNote ( string note ) : void
CompendiumTransclusionRelationship ( ) : System
CompendiumTransclusionRelationship ( IRelationship relationship, CompendiumViewRelationship viewRelationship, INode toNode, INode fromNode, INode transclusionNode, INode mapNode ) : System
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

CompendiumTransclusionRelationship() 공개 메소드

public CompendiumTransclusionRelationship ( ) : System
리턴 System

CompendiumTransclusionRelationship() 공개 메소드

public CompendiumTransclusionRelationship ( IRelationship relationship, CompendiumViewRelationship viewRelationship, INode toNode, INode fromNode, INode transclusionNode, INode mapNode ) : System
relationship IRelationship
viewRelationship CompendiumViewRelationship
toNode INode
fromNode INode
transclusionNode INode
mapNode INode
리턴 System

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