docs.unity3d.com
    Show / Hide Table of Contents

    Class RuleConditionJsonObject

    Class RuleConditionJsonObject

    Inheritance
    Object
    RuleConditionJsonObject
    Namespace: Unity.Industrial.Forma.Core.Ruling
    Syntax
    [Serializable]
    public class RuleConditionJsonObject

    Constructors

    RuleConditionJsonObject()

    ctor

    Declaration
    public RuleConditionJsonObject()

    RuleConditionJsonObject(IRuleCondition)

    Constructor

    Declaration
    public RuleConditionJsonObject(IRuleCondition condition)
    Parameters
    Type Name Description
    IRuleCondition condition

    Rule condition

    Fields

    ChildConditions

    Child conditions

    Declaration
    public List<RuleConditionJsonObject> ChildConditions
    Field Value
    Type Description
    List<RuleConditionJsonObject>

    Condition

    Rule condition json string

    Declaration
    public string Condition
    Field Value
    Type Description
    String

    Operator

    Operator

    Declaration
    public string Operator
    Field Value
    Type Description
    String

    Methods

    SetOperator(Operator)

    SetOperator

    Declaration
    public void SetOperator(Operator op)
    Parameters
    Type Name Description
    Operator op

    Operator

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023