CepEventTypeField Class

Represents a single field in a CEP event type.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepEventTypeField

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

Syntax

public sealed class CepEventTypeField

The CepEventTypeField type exposes the following members.

Properties

  Name Description
Public property CultureInfo Gets the culture settings of the field.
Public property IsFixedSize Gets a value indicating whether the field size is fixed.
Public property IsNullable Gets a value indicating whether the field is nullable.
Public property MaxSize Gets the maximum size of the field, in bytes.
Public property Name Gets the name of the field.
Public property Ordinal Gets the ordinal value of the field.
Public property Type Gets the CEP event type of the field.

Top

Methods

  Name Description
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

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