public void CopyFrom(XS_tableUpdateParametersType tableUpdateParametersType_in) {
			int _index = -1;

			this.tablefieldrefcollection_.Clear();
			for (int d = 0; d < tableUpdateParametersType_in.tablefieldrefcollection_.Count; d++) {
				this.tablefieldrefcollection_.Add(
					out _index,
					new XS_tableFieldRefType()
				);
				this.tablefieldrefcollection_[_index].CopyFrom(
					tableUpdateParametersType_in.tablefieldrefcollection_[d]
				);
			}
		}
Exemplo n.º 2
0
        public void CopyFrom(XS_tableUpdateParametersType tableUpdateParametersType_in)
        {
            int _index = -1;

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