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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.