C# Класс StoryTeller.CellHandling

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddSystemLevelList() публичный Метод

Add a system level list by key/value options
public AddSystemLevelList ( string name, IEnumerable options ) : void
name string
options IEnumerable
Результат void

AddSystemLevelList() публичный Метод

Add a system level selection list by string values
public AddSystemLevelList ( string name, IEnumerable values ) : void
name string
values IEnumerable
Результат void

Basic() публичный статический Метод

Build a basic CellHandling object with the default configuration for equivalence and conversions
public static Basic ( ) : CellHandling
Результат CellHandling

CellHandling() публичный Метод

public CellHandling ( EquivalenceChecker equivalence, Conversions conversions ) : System.Collections.Generic
equivalence StoryTeller.Equivalence.EquivalenceChecker
conversions Conversions
Результат System.Collections.Generic