Class StagingRuleSetController
Class StagingRuleSetController.
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class StagingRuleSetController
Constructors
StagingRuleSetController(StagingRuleSet)
Initializes a new instance of the StagingRuleSetController class.
Declaration
public StagingRuleSetController(StagingRuleSet ruleSet)
Parameters
Type | Name | Description |
---|---|---|
StagingRuleSet | ruleSet | The rule set. |
StagingRuleSetController(StagingRuleSet, IStagingRulesUpdateProvider)
Initializes a new instance of the StagingRuleSetController class.
Declaration
public StagingRuleSetController(StagingRuleSet ruleSet, IStagingRulesUpdateProvider stagingRulesUpdateProvider)
Parameters
Type | Name | Description |
---|---|---|
StagingRuleSet | ruleSet | The rule set. |
IStagingRulesUpdateProvider | stagingRulesUpdateProvider | The staging rules update provider. |
Fields
ruleSet
The rule set
Declaration
public StagingRuleSet ruleSet
Field Value
Type | Description |
---|---|
StagingRuleSet |
stagingRulesUpdateProvider
The staging rules update provider
Declaration
public IStagingRulesUpdateProvider stagingRulesUpdateProvider
Field Value
Type | Description |
---|---|
IStagingRulesUpdateProvider |
Events
validationChanged
Occurs when [validation changed].
Declaration
public event Action<bool> validationChanged
Event Type
Type | Description |
---|---|
Action<Boolean> |