C# 클래스 Unlimited.Applications.BusinessDesignStudio.Activities.FindRecordsTO

상속: Dev2.TO.ValidatedObject, IDev2TOFn
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseCanAddRemoveChanged void

공개 메소드들

메소드 설명
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
FindRecordsTO ( ) : System.Collections.Generic
FindRecordsTO ( string searchCriteria, string searchType, int indexNum, bool inserted = false, string from = "", string to = "" ) : System.Collections.Generic
GetRuleSet ( string propertyName, string datalist ) : IRuleSet
IsEmpty ( ) : bool

비공개 메소드들

메소드 설명
RaiseCanAddRemoveChanged ( ) : void

메소드 상세

CanAdd() 공개 메소드

public CanAdd ( ) : bool
리턴 bool

CanRemove() 공개 메소드

public CanRemove ( ) : bool
리턴 bool

ClearRow() 공개 메소드

public ClearRow ( ) : void
리턴 void

FindRecordsTO() 공개 메소드

public FindRecordsTO ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FindRecordsTO() 공개 메소드

public FindRecordsTO ( string searchCriteria, string searchType, int indexNum, bool inserted = false, string from = "", string to = "" ) : System.Collections.Generic
searchCriteria string
searchType string
indexNum int
inserted bool
from string
to string
리턴 System.Collections.Generic

GetRuleSet() 공개 메소드

public GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
리턴 IRuleSet

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool