Exemplo n.º 1
0
			public mappingPropertiesRow AddmappingPropertiesRow(mappingRow parentmappingRowBymapping_mappingProperties) {
				mappingPropertiesRow rowmappingPropertiesRow = ((mappingPropertiesRow)(this.NewRow()));
				rowmappingPropertiesRow.ItemArray = new object[] {
						null,
						parentmappingRowBymapping_mappingProperties[0]};
				this.Rows.Add(rowmappingPropertiesRow);
				return rowmappingPropertiesRow;
			}
Exemplo n.º 2
0
			public fontMappingsRow AddfontMappingsRow(mappingRow parentmappingRowBymapping_fontMappings) {
				fontMappingsRow rowfontMappingsRow = ((fontMappingsRow)(this.NewRow()));
				rowfontMappingsRow.ItemArray = new object[] {
						null,
						parentmappingRowBymapping_fontMappings[0]};
				this.Rows.Add(rowfontMappingsRow);
				return rowfontMappingsRow;
			}
Exemplo n.º 3
0
			public specsRow AddspecsRow(mappingRow parentmappingRowBymapping_specs) {
				specsRow rowspecsRow = ((specsRow)(this.NewRow()));
				rowspecsRow.ItemArray = new object[] {
						null,
						parentmappingRowBymapping_specs[0]};
				this.Rows.Add(rowspecsRow);
				return rowspecsRow;
			}
Exemplo n.º 4
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.º 5
0
			public uiNamesRow AdduiNamesRow(mappingRow parentmappingRowBymapping_uiNames) {
				uiNamesRow rowuiNamesRow = ((uiNamesRow)(this.NewRow()));
				rowuiNamesRow.ItemArray = new object[] {
						null,
						parentmappingRowBymapping_uiNames[0]};
				this.Rows.Add(rowuiNamesRow);
				return rowuiNamesRow;
			}
Exemplo n.º 6
0
			public mappingRowChangeEvent(mappingRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
Exemplo n.º 7
0
			public void RemovemappingRow(mappingRow row) {
				this.Rows.Remove(row);
			}
Exemplo n.º 8
0
			public void AddmappingRow(mappingRow row) {
				this.Rows.Add(row);
			}
Exemplo n.º 9
0
			public encodingMappingRow AddencodingMappingRow(mappingRow parentmappingRowByencodingMappingRef, string becomes, bool reverse, encodingMappingsRow parentencodingMappingsRowByencodingMappings_encodingMapping) {
				encodingMappingRow rowencodingMappingRow = ((encodingMappingRow)(this.NewRow()));
				rowencodingMappingRow.ItemArray = new object[] {
						parentmappingRowByencodingMappingRef[0],
						becomes,
						reverse,
						parentencodingMappingsRowByencodingMappings_encodingMapping[0]};
				this.Rows.Add(rowencodingMappingRow);
				return rowencodingMappingRow;
			}