📄 dataset2.designer.cs
字号:
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 进货数量Column {
get {
return this.column进货数量;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 进价Column {
get {
return this.column进价;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 税价合计Column {
get {
return this.column税价合计;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 税率Column {
get {
return this.column税率;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 不含税价Column {
get {
return this.column不含税价;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 税额Column {
get {
return this.column税额;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 名称Column {
get {
return this.column名称;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 品名Column {
get {
return this.column品名;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 仓库Column {
get {
return this.column仓库;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 单位Column {
get {
return this.column单位;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 进货单Row this[int index] {
get {
return ((进货单Row)(this.Rows[index]));
}
}
public event 进货单RowChangeEventHandler 进货单RowChanging;
public event 进货单RowChangeEventHandler 进货单RowChanged;
public event 进货单RowChangeEventHandler 进货单RowDeleting;
public event 进货单RowChangeEventHandler 进货单RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add进货单Row(进货单Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 进货单Row Add进货单Row(string 供货商号, string 货号, System.DateTime 进货日期, string 业务员, string 制单人, decimal 进货数量, decimal 进价, decimal 税价合计, decimal 税率, decimal 不含税价, decimal 税额, string 名称, string 品名, string 仓库, string 单位) {
进货单Row row进货单Row = ((进货单Row)(this.NewRow()));
row进货单Row.ItemArray = new object[] {
供货商号,
货号,
进货日期,
业务员,
制单人,
进货数量,
进价,
税价合计,
税率,
不含税价,
税额,
名称,
品名,
仓库,
单位};
this.Rows.Add(row进货单Row);
return row进货单Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
进货单DataTable cln = ((进货单DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new 进货单DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.column供货商号 = base.Columns["供货商号"];
this.column货号 = base.Columns["货号"];
this.column进货日期 = base.Columns["进货日期"];
this.column业务员 = base.Columns["业务员"];
this.column制单人 = base.Columns["制单人"];
this.column进货数量 = base.Columns["进货数量"];
this.column进价 = base.Columns["进价"];
this.column税价合计 = base.Columns["税价合计"];
this.column税率 = base.Columns["税率"];
this.column不含税价 = base.Columns["不含税价"];
this.column税额 = base.Columns["税额"];
this.column名称 = base.Columns["名称"];
this.column品名 = base.Columns["品名"];
this.column仓库 = base.Columns["仓库"];
this.column单位 = base.Columns["单位"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column供货商号 = new System.Data.DataColumn("供货商号", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column供货商号);
this.column货号 = new System.Data.DataColumn("货号", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column货号);
this.column进货日期 = new System.Data.DataColumn("进货日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column进货日期);
this.column业务员 = new System.Data.DataColumn("业务员", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column业务员);
this.column制单人 = new System.Data.DataColumn("制单人", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column制单人);
this.column进货数量 = new System.Data.DataColumn("进货数量", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column进货数量);
this.column进价 = new System.Data.DataColumn("进价", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column进价);
this.column税价合计 = new System.Data.DataColumn("税价合计", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column税价合计);
this.column税率 = new System.Data.DataColumn("税率", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column税率);
this.column不含税价 = new System.Data.DataColumn("不含税价", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column不含税价);
this.column税额 = new System.Data.DataColumn("税额", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.column税额);
this.column名称 = new System.Data.DataColumn("名称", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column名称);
this.column品名 = new System.Data.DataColumn("品名", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column品名);
this.column仓库 = new System.Data.DataColumn("仓库", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column仓库);
this.column单位 = new System.Data.DataColumn("单位", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column单位);
this.column供货商号.AllowDBNull = false;
this.column货号.AllowDBNull = false;
this.column进货数量.AllowDBNull = false;
this.column单位.AllowDBNull = false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 进货单Row New进货单Row() {
return ((进货单Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new 进货单Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(进货单Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.进货单RowChanged != null)) {
this.进货单RowChanged(this, new 进货单RowChangeEvent(((进货单Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.进货单RowChanging != null)) {
this.进货单RowChanging(this, new 进货单RowChangeEvent(((进货单Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.进货单RowDeleted != null)) {
this.进货单RowDeleted(this, new 进货单RowChangeEvent(((进货单Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.进货单RowDeleting != null)) {
this.进货单RowDeleting(this, new 进货单RowChangeEvent(((进货单Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Remove进货单Row(进货单Row row) {
this.Rows.Remove(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
DataSet2 ds = new DataSet2();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "进货单DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class 进货单Row : System.Data.DataRow {
private 进货单DataTable table进货单;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 进货单Row(System.Data.DataRowBuilder rb) :
base(rb) {
this.table进货单 = ((进货单DataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 供货商号 {
get {
return ((string)(this[this.table进货单.供货商号Column]));
}
set {
this[this.table进货单.供货商号Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 货号 {
get {
return ((string)(this[this.table进货单.货号Column]));
}
set {
this[this.table进货单.货号Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 进货日期 {
get {
try {
return ((System.DateTime)(this[this.table进货单.进货日期Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“进货单”中列“进货日期”的值为 DBNull。", e);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -