Class EntityMetric
The set of entity metrics.
Inheritance
Namespace: Reaqtor.QueryEngine.Metrics
Assembly: Reaqtor.QueryEngine.dll
Syntax
public sealed class EntityMetric : Enum
Fields
Delegate
Metric for delegation in an expression for an entity.
Declaration
public const EntityMetric Delegate
Field Value
Type | Description |
---|---|
EntityMetric |
Dispose
Metric for disposing a runtime entity.
Declaration
public const EntityMetric Dispose
Field Value
Type | Description |
---|---|
EntityMetric |
Evaluate
Metric for evaluating the expression of an entity.
Declaration
public const EntityMetric Evaluate
Field Value
Type | Description |
---|---|
EntityMetric |
Inline
Metric for inlining the definitions of operators in an entity.
Declaration
public const EntityMetric Inline
Field Value
Type | Description |
---|---|
EntityMetric |
LoadEntity
Metric for loading entity, including deserializing expression.
Declaration
public const EntityMetric LoadEntity
Field Value
Type | Description |
---|---|
EntityMetric |
LoadState
Metric for loading the runtime state of an entity.
Declaration
public const EntityMetric LoadState
Field Value
Type | Description |
---|---|
EntityMetric |
ReadEntity
Metric for reading entity from state reader.
Declaration
public const EntityMetric ReadEntity
Field Value
Type | Description |
---|---|
EntityMetric |
ReadState
Metric for reading runtime entity state from state reader.
Declaration
public const EntityMetric ReadState
Field Value
Type | Description |
---|---|
EntityMetric |
SaveEntity
Metric for saving entity, including serializing expression.
Declaration
public const EntityMetric SaveEntity
Field Value
Type | Description |
---|---|
EntityMetric |
SaveState
Metric for saving the runtime state of an entity.
Declaration
public const EntityMetric SaveState
Field Value
Type | Description |
---|---|
EntityMetric |
SetContext
Metric for setting the operator context for an entity.
Declaration
public const EntityMetric SetContext
Field Value
Type | Description |
---|---|
EntityMetric |
Start
Metric for starting a runtime entity.
Declaration
public const EntityMetric Start
Field Value
Type | Description |
---|---|
EntityMetric |
Subscribe
Metric for wiring up the operator tree for an entity.
Declaration
public const EntityMetric Subscribe
Field Value
Type | Description |
---|---|
EntityMetric |
Templatize
Metric for templatizing an expression for an entity.
Declaration
public const EntityMetric Templatize
Field Value
Type | Description |
---|---|
EntityMetric |
Unknown
Unknown metric.
Declaration
public const EntityMetric Unknown
Field Value
Type | Description |
---|---|
EntityMetric |
Unload
Metric for unloading an entity.
Declaration
public const EntityMetric Unload
Field Value
Type | Description |
---|---|
EntityMetric |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |