C# Class fit.Service.Service

Inheritance: CellProcessorBase, Copyable
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
AddCellHandler ( string handlerName ) : void
MakeCell ( string text, string tag, IEnumerable branches ) : Tree
RemoveCellHandler ( string handlerName ) : void
Service ( ) : System.Collections.Generic
Service ( Memory memory ) : System.Collections.Generic
Service ( Processor other ) : System.Collections.Generic

Method Details

AddCellHandler() public méthode

public AddCellHandler ( string handlerName ) : void
handlerName string
Résultat void

MakeCell() public méthode

public MakeCell ( string text, string tag, IEnumerable branches ) : Tree
text string
tag string
branches IEnumerable
Résultat Tree

RemoveCellHandler() public méthode

public RemoveCellHandler ( string handlerName ) : void
handlerName string
Résultat void

Service() public méthode

public Service ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Service() public méthode

public Service ( Memory memory ) : System.Collections.Generic
memory Memory
Résultat System.Collections.Generic

Service() public méthode

public Service ( Processor other ) : System.Collections.Generic
other Processor
Résultat System.Collections.Generic