C# Class SilverlightMappingToolBasic.Compendium.CompendiumNote

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
AddPage ( string pageData ) : void
CompendiumNote ( ) : System
InsertPage ( string pageData, int page ) : void
RemovePage ( int page ) : void
RemovePage ( string pageData ) : 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

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

RemovePage() public méthode

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