C# Class StoryTeller.CellHandling

Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
AddSystemLevelList ( string name, IEnumerable options ) : void

Add a system level list by key/value options

AddSystemLevelList ( string name, IEnumerable values ) : void

Add a system level selection list by string values

Basic ( ) : CellHandling

Build a basic CellHandling object with the default configuration for equivalence and conversions

CellHandling ( EquivalenceChecker equivalence, Conversions conversions ) : System.Collections.Generic

Method Details

AddSystemLevelList() public method

Add a system level list by key/value options
public AddSystemLevelList ( string name, IEnumerable options ) : void
name string
options IEnumerable
return void

AddSystemLevelList() public method

Add a system level selection list by string values
public AddSystemLevelList ( string name, IEnumerable values ) : void
name string
values IEnumerable
return void

Basic() public static method

Build a basic CellHandling object with the default configuration for equivalence and conversions
public static Basic ( ) : CellHandling
return CellHandling

CellHandling() public method

public CellHandling ( EquivalenceChecker equivalence, Conversions conversions ) : System.Collections.Generic
equivalence StoryTeller.Equivalence.EquivalenceChecker
conversions Conversions
return System.Collections.Generic