C# Class fit.Service.Service

Inheritance: CellProcessorBase, Copyable
Show file Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method 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 method

public AddCellHandler ( string handlerName ) : void
handlerName string
return void

MakeCell() public method

public MakeCell ( string text, string tag, IEnumerable branches ) : Tree
text string
tag string
branches IEnumerable
return Tree

RemoveCellHandler() public method

public RemoveCellHandler ( string handlerName ) : void
handlerName string
return void

Service() public method

public Service ( ) : System.Collections.Generic
return System.Collections.Generic

Service() public method

public Service ( Memory memory ) : System.Collections.Generic
memory Memory
return System.Collections.Generic

Service() public method

public Service ( Processor other ) : System.Collections.Generic
other Processor
return System.Collections.Generic