public void CopyFrom(XS_tableSearchParametersType tableSearchParametersType_in) {
			int _index = -1;

			this.tablefieldrefcollection_.Clear();
			for (int d = 0; d < tableSearchParametersType_in.tablefieldrefcollection_.Count; d++) {
				this.tablefieldrefcollection_.Add(
					out _index,
					new XS_tableFieldRefType()
				);
				this.tablefieldrefcollection_[_index].CopyFrom(
					tableSearchParametersType_in.tablefieldrefcollection_[d]
				);
			}
		}
Exemple #2
0
        public void CopyFrom(XS_tableSearchParametersType tableSearchParametersType_in)
        {
            int _index = -1;

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