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

appendTestRefs() public method

Part of the list interface for TestRefs
public appendTestRefs ( FrameRef el ) : void
el FrameRef a FrameRef to add to the collection in /// TestRefs
return void
        public void appendTestRefs(FrameRef el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allTestRefs().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(null);
        }

Same methods

Dictionary::appendTestRefs ( Lock aLock, FrameRef el ) : void
Dictionary::appendTestRefs ( System coll ) : void
Dictionary::appendTestRefs ( System coll, Lock aLock ) : void