C# 클래스 xVal.RuleProviders.RuleSet

파일 보기 프로젝트 열기: fellowshiptech/ft-iserve 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RuleSet

공개 메소드들

메소드 설명
Contains ( string key ) : bool
RuleSet ( IEnumerable rulesetsToMerge ) : System
RuleSet ( Rule>.ILookup rules ) : System
this ( string key ) : IEnumerable

메소드 상세

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

RuleSet() 공개 메소드

public RuleSet ( IEnumerable rulesetsToMerge ) : System
rulesetsToMerge IEnumerable
리턴 System

RuleSet() 공개 메소드

public RuleSet ( Rule>.ILookup rules ) : System
rules Rule>.ILookup
리턴 System

this() 공개 메소드

public this ( string key ) : IEnumerable
key string
리턴 IEnumerable

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RuleSet,xVal.RuleProviders Empty
리턴 RuleSet