public void CopyFrom(XS_tableSearchUpdatesType tableSearchUpdatesType_in) {
			int _index = -1;

			this.tablesearchupdatecollection_.Clear();
			for (int d = 0; d < tableSearchUpdatesType_in.tablesearchupdatecollection_.Count; d++) {
				this.tablesearchupdatecollection_.Add(
					out _index,
					new XS_tableSearchUpdateType()
				);
				this.tablesearchupdatecollection_[_index].CopyFrom(
					tableSearchUpdatesType_in.tablesearchupdatecollection_[d]
				);
			}
		}
Example #2
0
        public void CopyFrom(XS_tableSearchUpdatesType tableSearchUpdatesType_in)
        {
            int _index = -1;

            this.tablesearchupdatecollection_.Clear();
            for (int d = 0; d < tableSearchUpdatesType_in.tablesearchupdatecollection_.Count; d++)
            {
                this.tablesearchupdatecollection_.Add(
                    out _index,
                    new XS_tableSearchUpdateType()
                    );
                this.tablesearchupdatecollection_[_index].CopyFrom(
                    tableSearchUpdatesType_in.tablesearchupdatecollection_[d]
                    );
            }
        }