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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.