CepObject Class

Represents the base class for CEP objects.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepObject
    Microsoft.ComplexEventProcessing.Application
    Microsoft.ComplexEventProcessing.ApplicationObject

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

Syntax

public abstract class CepObject

The CepObject type exposes the following members.

Constructors

  Name Description
Protected method CepObject Initializes a new instance of the CepObject class.

Top

Properties

  Name Description
Public property Name Gets the name of this object.
Public property ShortName Gets the short name of the CEP object.

Top

Methods

  Name Description
Public method Delete Deletes the object.
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.
Protected field _shortName Short name of the CepObject, without the full Uri path.

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