DataDictionary.Generated.RuleCheckDisabling.setAllDisabledRuleChecks C# (CSharp) Method

setAllDisabledRuleChecks() public method

public setAllDisabledRuleChecks ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void
        public void setAllDisabledRuleChecks(Lock aLock,System.Collections.ArrayList coll)
        {
            __setDirty(true);
            aDisabledRuleChecks = coll;
            NotifyControllers(aLock);
        }

Same methods

RuleCheckDisabling::setAllDisabledRuleChecks ( System coll ) : void