ExternalOperationChangedEventArgs Constructor |
Namespace:
Resto.Front.Api.Data.Common
Assembly:
Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic ExternalOperationChangedEventArgs(
int pluginModuleId,
string serviceName,
string operationName,
bool registered
)
Parameters
- pluginModuleId
- Type: SystemInt32
- serviceName
- Type: SystemString
- operationName
- Type: SystemString
- registered
- Type: SystemBoolean
See Also