Interface IAuthRuleBuilderRuleTransaction
-
public interface IAuthRuleBuilderRuleTransaction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderRuleTransactionOpwithAnyOperation()This rules applies to transactions with any operation nested in them.
-
-
-
Method Detail
-
withAnyOperation
IAuthRuleBuilderRuleTransactionOp withAnyOperation()
This rules applies to transactions with any operation nested in them.This call completes the rule and adds the rule to the chain.
-
-