コード例 #1
0
        public static CMElementCollectionUI getElementCollection()
        {
            CMElementCollectionUI customers =
                new CMElementCollectionUI(SessionObjects.getTestObject.TestCasesStruct.Elements);

            return(customers);
        }
コード例 #2
0
        /// <summary>
        /// Remove the element from the list.
        /// </summary>
        public void Remove()
        {
            CMElementCollectionUI owner = Owner as CMElementCollectionUI;

            if (owner != null)
            {
                owner.Remove(this);
            }
        }