CepEntity Class

Metadata object that is the base for sources, sinks, subjects, and processes.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepObject
    Microsoft.ComplexEventProcessing.ApplicationObject
      Microsoft.ComplexEventProcessing.CepEntity
        Microsoft.ComplexEventProcessing.CepProcess
        Microsoft.ComplexEventProcessing.CepSink
        Microsoft.ComplexEventProcessing.CepSource
        Microsoft.ComplexEventProcessing.CepSubject

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

Syntax

'Declaration
Public Class CepEntity _
    Inherits ApplicationObject
'Usage
Dim instance As CepEntity
public class CepEntity : ApplicationObject
public ref class CepEntity : public ApplicationObject
type CepEntity =  
    class 
        inherit ApplicationObject 
    end
public class CepEntity extends ApplicationObject

The CepEntity type exposes the following members.

Properties

  Name Description
Public property Application Gets the hosting application. (Inherited from ApplicationObject.)
Public property Logic Gets the logic that defines the entity.
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. (Inherited from ApplicationObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetTypeDefinition Exposes the type of the expression that defines the entity.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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