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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET