1. ICondition

Interface ICondition

Interface for conditions.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsPolicies
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface 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
IList<long> DirectEntityIds { get; }
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
IList<long> EntityIds { get; }
Property Value
TypeDescription
IList<>long
If you have suggestions for improving this article, let us know!