CustomEvent Class Members
See Also  Properties Methods 
SourceCode.EventBus.Management Namespace : CustomEvent Class


Glossary Item Box

The following tables list the members exposed by CustomEvent.

Public Constructors

  Name Description
Public Constructor CustomEvent Constructor Initializes a new instance of the CustomEvent class.  
Top

Public Properties

  Name Description
Public Property DateCreated Gets or sets the date created.  
Public Property Description Gets or sets the description.  
Public Property Disabled Gets or sets a value indicating whether [disabled].  
Public Property EventData Gets or sets the event data.  
Public Property EventGuid Gets or sets the event unique identifier.  
Public Property EventName Gets or sets the name of the event.  
Public Property EventPolicyMappings Gets or sets the event policy mappings.  
Public Property EventTypeID Gets or sets the event type identifier.  
Public Property ID Gets or sets the identifier.  
Public Property LogCustomEventInstances Gets or sets the log custom event instances.  
Public Property LogCustomEvents Gets or sets the log custom events.  
Public Property LogID Gets or sets the log identifier.  
Public Property Name Gets or sets the name.  
Public Property ObjectBrowserID Gets or sets the object browser identifier.  
Public Property Repair Gets or sets a value indicating whether [repair].  
Public Property User Gets or sets the user.  
Top

Public Methods

  Name Description
Public Method DisableCustomEvent Disables the custom event.  
Public Method EnableCustomEvent Enables the custom event.  
Public Method LoadEventPolicyMappings Loads the event policy mappings.  
Public Method LoadLogCustomEventInstances Loads the log custom event instances.  
Public Method LoadLogCustomEvents Loads the log custom events.  
Top

See Also