CepEventTypeField Class

 

Represents a single field in a CEP event type.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepEventTypeField

Syntax

public sealed class CepEventTypeField
public ref class CepEventTypeField sealed 
[<Sealed>]
type CepEventTypeField = class end
Public NotInheritable Class CepEventTypeField

Properties

Name Description
System_CAPS_pubproperty CultureInfo

Gets the culture settings of the field.

System_CAPS_pubproperty IsFixedSize

Gets a value indicating whether the field size is fixed.

System_CAPS_pubproperty IsNullable

Gets a value indicating whether the field is nullable.

System_CAPS_pubproperty MaxSize

Gets the maximum size of the field, in bytes.

System_CAPS_pubproperty Name

Gets the name of the field.

System_CAPS_pubproperty Ordinal

Gets the ordinal value of the field.

System_CAPS_pubproperty Type

Gets the CEP event type of the field.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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