CepObject Class

 

Represents the base class for CEP objects.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_protmethod CepObject()

Initializes a new instance of the CepObject class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name of this object.

System_CAPS_pubproperty ShortName

Gets the short name of the CEP object.

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes the object.

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

System_CAPS_protfield _shortName

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