Class Event
The base class all OpenApi Events implement
Inheritance
System.Object
Event
Namespace: OpenAPI.Events
Assembly: OpenAPI.dll
Syntax
public abstract class Event : object
Constructors
| Improve this Doc View SourceEvent()
Declaration
public Event()
Properties
| Improve this Doc View SourceIsCancelled
True if the current event was cancelled.
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceSetCancelled(Boolean)
Set's the Cancelled flag.
Declaration
public void SetCancelled(bool isCanceled)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isCanceled |