1. Stylelabs.M.Sdk.Models.Policies

Class Condition

Interface for conditions.

Inheritance

object

Condition

Implements

ICondition

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsPolicies

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class Condition : ICondition

Properties

DirectEntityIds

Gets the condition is met for entities that are direct descendants of the entities with the specified links. The entities are combined using the "OR" operator.

Declaration

public IList<long> DirectEntityIds { get; set; }

Property Value

TypeDescription
IList<>long

EntityIds

Gets the condition is met for entities that are direct or indirect descendants of the entities with the specified links. The entities are combined using the "OR" operator.

Declaration

public IList<long> EntityIds { get; set; }

Property Value

TypeDescription
IList<>long

Implements

ICondition

If you have suggestions for improving this article, let us know!