C# Class Unlimited.Applications.BusinessDesignStudio.Activities.FindRecordsTO

Inheritance: Dev2.TO.ValidatedObject, IDev2TOFn
ファイルを表示 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
RaiseCanAddRemoveChanged void

Public Methods

Method Description
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

Private Methods

Method Description
RaiseCanAddRemoveChanged ( ) : void

Method Details

CanAdd() public method

public CanAdd ( ) : bool
return bool

CanRemove() public method

public CanRemove ( ) : bool
return bool

ClearRow() public method

public ClearRow ( ) : void
return void

FindRecordsTO() public method

public FindRecordsTO ( ) : System.Collections.Generic
return System.Collections.Generic

FindRecordsTO() public method

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
return System.Collections.Generic

GetRuleSet() public method

public GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
return IRuleSet

IsEmpty() public method

public IsEmpty ( ) : bool
return bool