Skip to main content

FromWatchRtEntityNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Trigger

Configuration for node FromPipelineTriggerEvent

public record FromWatchRtEntityNodeConfiguration : TriggerNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITriggerNodeConfiguration, IEquatable<TriggerNodeConfiguration>, IEquatable<FromWatchRtEntityNodeConfiguration>

Inheritance Object → NodeConfiguration → TriggerNodeConfiguration → FromWatchRtEntityNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITriggerNodeConfiguration, IEquatable<TriggerNodeConfiguration>, IEquatable<FromWatchRtEntityNodeConfiguration>

Properties

UpdateTypes

Gets or sets the update types.

public TriggerUpdateTypes UpdateTypes { get; set; }

Property Value

TriggerUpdateTypes

CkTypeId

The type identifier of the object to be watched.

public CkId<CkTypeId> CkTypeId { get; set; }

Property Value

CkId<CkTypeId>

RtId

Gets or sets the runtime identifier of an object to filter by (optional).

public Nullable<OctoObjectId> RtId { get; set; }

Property Value

Nullable<OctoObjectId>

BeforeFieldFilters

Gets or sets optional field filters to filter by on the version before storing runtime entity object.

public ICollection<FieldFilterDto> BeforeFieldFilters { get; set; }

Property Value

ICollection<FieldFilterDto>

FieldFilters

Gets or sets optional field filters to filter by on the current runtime entity object.

public ICollection<FieldFilterDto> FieldFilters { get; set; }

Property Value

ICollection<FieldFilterDto>

Description

public string Description { get; set; }

Property Value

String

Constructors

FromWatchRtEntityNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public FromWatchRtEntityNodeConfiguration()