Exemplo n.º 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;
			}
Exemplo n.º 2
0
			public void RemovestepsRow(stepsRow row) {
				this.Rows.Remove(row);
			}
Exemplo n.º 3
0
			public stepsRowChangeEvent(stepsRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
Exemplo n.º 4
0
			public void AddstepsRow(stepsRow row) {
				this.Rows.Add(row);
			}