Метод | Описание | |
---|---|---|
BeforeDelete ( dynamic item ) : bool | ||
BeforeSave ( dynamic item ) : bool | ||
MassiveContextBase ( MassiveRecord config ) : System | ||
MassiveContextBase ( string connectionStringName, IDictionary |
||
RegisterFilter ( FilterType type, Action |
||
TryInvokeMember ( System binder, object args, object &result ) : bool | ||
Validate ( dynamic item ) : void |
Метод | Описание | |
---|---|---|
SteveAustin ( string props, object args, object thing ) : dynamic | ||
ToColumns ( string methodName ) : string[] | ||
ToSql ( object p ) : string | ||
ToWhere ( string cols, object args ) : string | ||
TryDispatchToMassive ( string methodName, object args ) : object |
public BeforeDelete ( dynamic item ) : bool | ||
item | dynamic | |
Результат | bool |
public MassiveContextBase ( MassiveRecord config ) : System | ||
config | MassiveRecord | |
Результат | System |
public MassiveContextBase ( string connectionStringName, IDictionary |
||
connectionStringName | string | |
filters | IDictionary |
|
validators | bool>.IDictionary | |
Результат | System |
public RegisterFilter ( FilterType type, Action |
||
type | FilterType | |
filter | Action |
|
Результат | void |
public TryInvokeMember ( System binder, object args, object &result ) : bool | ||
binder | System | |
args | object | |
result | object | |
Результат | bool |