C# 클래스 StoryTeller.CellHandling

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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