示例#1
0
			public stepRow AddstepRow(mappingRow parentmappingRowBymappingStep, bool reverse, string normalize, stepsRow parentstepsRowBysteps_step) {
				stepRow rowstepRow = ((stepRow)(this.NewRow()));
				rowstepRow.ItemArray = new object[] {
						parentmappingRowBymappingStep[0],
						reverse,
						normalize,
						parentstepsRowBysteps_step[0]};
				this.Rows.Add(rowstepRow);
				return rowstepRow;
			}
示例#2
0
			public void RemovestepsRow(stepsRow row) {
				this.Rows.Remove(row);
			}
示例#3
0
			public stepsRowChangeEvent(stepsRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
示例#4
0
			public void AddstepsRow(stepsRow row) {
				this.Rows.Add(row);
			}