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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.