DataDictionary.Generated.Dictionary.setAllTests C# (CSharp) 메소드

setAllTests() 공개 메소드

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

Same methods

Dictionary::setAllTests ( System coll ) : void