RuleAnalysis(RuleValidation, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RuleAnalysis class.
public:
RuleAnalysis(System::Workflow::Activities::Rules::RuleValidation ^ validation, bool forWrites);
public RuleAnalysis (System.Workflow.Activities.Rules.RuleValidation validation, bool forWrites);
new System.Workflow.Activities.Rules.RuleAnalysis : System.Workflow.Activities.Rules.RuleValidation * bool -> System.Workflow.Activities.Rules.RuleAnalysis
Public Sub New (validation As RuleValidation, forWrites As Boolean)
Parameters
- validation
- RuleValidation
The RuleValidation to manage the validation process.
- forWrites
- Boolean
A Boolean
value that indicates whether analysis is being done for writes (in the case of RuleAction objects) or reads (in the case of RuleCondition objects).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.