C# 클래스 SilverlightMappingToolBasic.CompendiumMapProcessor.XmlModel.Relationships.CompendiumMapRelationship

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

공개 메소드들

메소드 설명
AddAttachment ( string attachment ) : void
AddDescriptor ( IDescriptor descriptor ) : void
AddNote ( string note ) : void
CompendiumMapRelationship ( ) : System
CreateMapRelationship ( INode mapNode, INode childNode ) : 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

CompendiumMapRelationship() 공개 메소드

public CompendiumMapRelationship ( ) : System
리턴 System

CreateMapRelationship() 공개 정적인 메소드

public static CreateMapRelationship ( INode mapNode, INode childNode ) : void
mapNode INode
childNode INode
리턴 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