C# 클래스 Dev2.DataList.FindRecsetOptions

Static class for returning the search option that was selected by the user
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
FindAll ( ) : IList

Find all AbstractRecsetSearchValidation objects

FindMatch ( string expressionType ) : IFindRecsetOptions

Find the matching search object

비공개 메소드들

메소드 설명
FindRecsetOptions ( ) : System

Private method for initializing the list of options

SortRecordsetOptions ( ) : void

메소드 상세

FindAll() 공개 정적인 메소드

Find all AbstractRecsetSearchValidation objects
public static FindAll ( ) : IList
리턴 IList

FindMatch() 공개 정적인 메소드

Find the matching search object
public static FindMatch ( string expressionType ) : IFindRecsetOptions
expressionType string
리턴 IFindRecsetOptions