C# Class StoryTeller.CellHandling

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

AddSystemLevelList() public méthode

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

Basic() public static méthode

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

CellHandling() public méthode

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