Property | Type | Description | |
---|---|---|---|
RaiseCanAddRemoveChanged | void |
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 |
Method | Description | |
---|---|---|
RaiseCanAddRemoveChanged ( ) : void |
public FindRecordsTO ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
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 |
public GetRuleSet ( string propertyName, string datalist ) : IRuleSet | ||
propertyName | string | |
datalist | string | |
return | IRuleSet |