docs.unity3d.com
    Show / Hide Table of Contents

    Class ConflictEventArgs

    Event args used to provide the answer to the conflict (whether or not the new assignments are accepted) as well as relay the required rule engine reply (required to know what configuration to apply).

    Inheritance
    Object
    EventArgs
    ConflictEventArgs
    Namespace: Unity.Industrial.Forma.Core.Ruling
    Syntax
    public class ConflictEventArgs : EventArgs

    Constructors

    ConflictEventArgs(Boolean, RuleEngineReply)

    Declaration
    public ConflictEventArgs(bool accept, RuleEngineReply reply)
    Parameters
    Type Name Description
    Boolean accept
    RuleEngineReply reply

    Properties

    accept

    Whether or not the new assignments are accepted

    Declaration
    public bool accept { get; }
    Property Value
    Type Description
    Boolean

    reply

    The rule engine reply

    Declaration
    public RuleEngineReply reply { get; }
    Property Value
    Type Description
    RuleEngineReply
    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