ApplicationObject Class

 

Base class for all objects that are contained in an application.

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

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

Syntax

public abstract class ApplicationObject : CepObject
public ref class ApplicationObject abstract : CepObject
[<AbstractClass>]
type ApplicationObject = 
    class
        inherit CepObject
    end
Public MustInherit Class ApplicationObject
    Inherits CepObject

Constructors

Name Description
System_CAPS_protmethod ApplicationObject()

Initializes a new instance of the ApplicationObject class.

Properties

Name Description
System_CAPS_pubproperty Application

Gets the hosting application.

System_CAPS_pubproperty Name

Gets the name of this object.(Inherited from CepObject.)

System_CAPS_pubproperty ShortName

Gets the short name of the CEP object. (Inherited from CepObject.)

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes the object.(Overrides CepObject.Delete().)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_protfield _name

(Inherited from CepObject.)

System_CAPS_protfield _shortName

(Inherited from CepObject.)

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.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top