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
Protected method ApplicationObject Initializes a new instance of the ApplicationObject class.

Top

Properties

  Name Description
Public property Application Gets the hosting application.
Public property Name Gets the name of this object. (Inherited from CepObject.)
Public property ShortName Gets the short name of the CEP object. (Inherited from CepObject.)

Top

Methods

  Name Description
Public method Delete Deletes the object. (Overrides CepObject.Delete().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field _name Name of the CepObject, which is a full Uri path. (Inherited from CepObject.)
Protected field _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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace