DataDictionary.Generated.Dictionary.setAllTests C# (CSharp) Method

setAllTests() public method

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

Same methods

Dictionary::setAllTests ( System coll ) : void