Click or drag to resize

ExternalOperationChangedEventArgs Class

Arguments for external operation changed notification event.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.CommonExternalOperationChangedEventArgs

Namespace: Resto.Front.Api.Data.Common
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ExternalOperationChangedEventArgs

The ExternalOperationChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodExternalOperationChangedEventArgsInitializes a new instance of the ExternalOperationChangedEventArgs class
Top
Properties
 NameDescription
Public propertyOperationName Name of the operation.
Public propertyPluginModuleId Licensable module identifier of the plugin.
Public propertyRegistered Whether the operation was registered or unregistered.
Public propertyServiceName Name of the service.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also