Beispiel #1
0
        public void CopyFrom(XS_tableSearchUpdateType tableSearchUpdateType_in)
        {
            int _index = -1;

            name_ = tableSearchUpdateType_in.name_;
            if (tableSearchUpdateType_in.tablesearchupdateparameters__ != null)
            {
                tablesearchupdateparameters__.CopyFrom(tableSearchUpdateType_in.tablesearchupdateparameters__);
            }
        }
Beispiel #2
0
        public int Search(XS_tableSearchUpdateType collectionItem_in)
        {
            for (int i = 0; i < cols_.Count; i++)
            {
                if (
                    (
                                                #if NET_1_1
                        ((XS_tableSearchUpdateType)cols_[i])
                                                #else
                        cols_[i]
                                                #endif
                        .Name
                        ==
                        collectionItem_in.Name
                    )

                    )
                {
                    return(i);
                }
            }

            return(-1);
        }
		public int Search(XS_tableSearchUpdateType collectionItem_in) {
			for (int i = 0; i < cols_.Count; i++) {
				if (
					(
						#if NET_1_1
						((XS_tableSearchUpdateType)cols_[i])
						#else
						cols_[i]
						#endif
							.Name
						==
						collectionItem_in.Name
					)
					
				) {
					return i;
				}
			}

			return -1;
		}
		public void CopyFrom(XS_tableSearchUpdateType tableSearchUpdateType_in) {
			int _index = -1;

			name_ = tableSearchUpdateType_in.name_;
			if (tableSearchUpdateType_in.tablesearchupdateparameters__ != null) tablesearchupdateparameters__.CopyFrom(tableSearchUpdateType_in.tablesearchupdateparameters__);
		}