C# Class NodeService.CompendiumTransclusionRelationship

Inheritance: IRelationship
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddAttachment() public méthode

public AddAttachment ( string attachment ) : void
attachment string
Résultat void

AddDescriptor() public méthode

public AddDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
Résultat void

AddNote() public méthode

public AddNote ( string note ) : void
note string
Résultat void

CompendiumTransclusionRelationship() public méthode

public CompendiumTransclusionRelationship ( ) : System
Résultat System

CompendiumTransclusionRelationship() public méthode

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
Résultat System

Equals() public méthode

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
Résultat bool

RemoveAttachment() public méthode

public RemoveAttachment ( string attachment ) : void
attachment string
Résultat void

RemoveDescriptor() public méthode

public RemoveDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
Résultat void

RemoveNote() public méthode

public RemoveNote ( string note ) : void
note string
Résultat void