C# Class NodeService.CompendiumNote

Inheritance: INodeNote
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Свойство Type Description
_pages List

Méthodes publiques

Méthode Description
AddPage ( string pageData ) : void
CompendiumNote ( ) : System
Equals ( IStorageElement secondElement ) : bool
InsertPage ( string pageData, int page ) : void
RemovePage ( int page ) : void

Method Details

AddPage() public méthode

public AddPage ( string pageData ) : void
pageData string
Résultat void

CompendiumNote() public méthode

public CompendiumNote ( ) : System
Résultat System

Equals() public méthode

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

InsertPage() public méthode

public InsertPage ( string pageData, int page ) : void
pageData string
page int
Résultat void

RemovePage() public méthode

public RemovePage ( int page ) : void
page int
Résultat void

Property Details

_pages public_oe property

public List _pages
Résultat List