ApplicationObject Class
Base class for all objects that are contained in an application.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.CepObject
Microsoft.ComplexEventProcessing.ApplicationObject
Microsoft.ComplexEventProcessing.CepEventType
Microsoft.ComplexEventProcessing.InputAdapter
Microsoft.ComplexEventProcessing.OutputAdapter
Microsoft.ComplexEventProcessing.Query
Microsoft.ComplexEventProcessing.QueryTemplate
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public abstract class ApplicationObject : CepObject
The ApplicationObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationObject | Initializes a new instance of the ApplicationObject class. |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the hosting application. | |
Name | Gets the name of this object. (Inherited from CepObject.) | |
ShortName | Gets the short name of the CEP object. (Inherited from CepObject.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. (Overrides CepObject.Delete().) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_name | Name of the CepObject, which is a full Uri path. (Inherited from CepObject.) | |
_shortName | Short name of the CepObject, without the full Uri path. (Inherited from CepObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.