C# Class StoryTeller.Model.CellModifications

Inheritance: ICellExpression
Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Apply ( Cell cell ) : void
DefaultValue ( string @default ) : ICellExpression
Editor ( string editor ) : ICellExpression
Header ( string header ) : ICellExpression
SelectionList ( string listName ) : ICellExpression
SelectionOptions ( ) : ICellExpression
SelectionValues ( ) : ICellExpression

Method Details

Apply() public method

public Apply ( Cell cell ) : void
cell Cell
return void

DefaultValue() public method

public DefaultValue ( string @default ) : ICellExpression
@default string
return ICellExpression

Editor() public method

public Editor ( string editor ) : ICellExpression
editor string
return ICellExpression

Header() public method

public Header ( string header ) : ICellExpression
header string
return ICellExpression

SelectionList() public method

public SelectionList ( string listName ) : ICellExpression
listName string
return ICellExpression

SelectionOptions() public method

public SelectionOptions ( ) : ICellExpression
return ICellExpression

SelectionValues() public method

public SelectionValues ( ) : ICellExpression
return ICellExpression