Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Execute ( IList records ) : void | ||
IsValidSelection ( IList records ) : bool | ||
PluginBase ( ) : System | ||
PluginBase ( string name ) : System | ||
PluginBase ( string name, string displayname ) : System | ||
PluginBase ( string name, string displayname, bool supportSelection ) : System | ||
PluginBase ( string name, string displayname, bool supportSelection, bool supportGlobal ) : System |
public IsValidSelection ( IList records ) : bool | ||
records | IList | |
return | bool |
public PluginBase ( string name, string displayname ) : System | ||
name | string | |
displayname | string | |
return | System |
public PluginBase ( string name, string displayname, bool supportSelection ) : System | ||
name | string | |
displayname | string | |
supportSelection | bool | |
return | System |
public PluginBase ( string name, string displayname, bool supportSelection, bool supportGlobal ) : System | ||
name | string | |
displayname | string | |
supportSelection | bool | |
supportGlobal | bool | |
return | System |