dataset3.designer.cs
字号:
private System.Data.DataColumn column物料名称;
private System.Data.DataColumn column发布编号;
private System.Data.DataColumn column发布时间;
private System.Data.DataColumn column物料编号;
private System.Data.DataColumn column年份;
private System.Data.DataColumn column计划期;
private System.Data.DataColumn column期初库存;
private System.Data.DataColumn column毛需求;
private System.Data.DataColumn column预计入库;
private System.Data.DataColumn column预计出库;
private System.Data.DataColumn column预计库存;
private System.Data.DataColumn column净需求;
private System.Data.DataColumn column计划产出;
private System.Data.DataColumn column计划投入;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public mrp物料需求历史DataTable() {
this.TableName = "mrp物料需求历史";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal mrp物料需求历史DataTable(System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected mrp物料需求历史DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[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()]
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 mrp物料需求历史Row this[int index] {
get {
return ((mrp物料需求历史Row)(this.Rows[index]));
}
}
public event mrp物料需求历史RowChangeEventHandler mrp物料需求历史RowChanging;
public event mrp物料需求历史RowChangeEventHandler mrp物料需求历史RowChanged;
public event mrp物料需求历史RowChangeEventHandler mrp物料需求历史RowDeleting;
public event mrp物料需求历史RowChangeEventHandler mrp物料需求历史RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addmrp物料需求历史Row(mrp物料需求历史Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public mrp物料需求历史Row Addmrp物料需求历史Row(string 物料名称, string 发布编号, System.DateTime 发布时间, string 物料编号, int 年份, int 计划期, decimal 期初库存, decimal 毛需求, decimal 预计入库, string 预计出库, decimal 预计库存, decimal 净需求, decimal 计划产出, decimal 计划投入) {
mrp物料需求历史Row rowmrp物料需求历史Row = ((mrp物料需求历史Row)(this.NewRow()));
rowmrp物料需求历史Row.ItemArray = new object[] {
物料名称,
发布编号,
发布时间,
物料编号,
年份,
计划期,
期初库存,
毛需求,
预计入库,
预计出库,
预计库存,
净需求,
计划产出,
计划投入};
this.Rows.Add(rowmrp物料需求历史Row);
return rowmrp物料需求历史Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
mrp物料需求历史DataTable cln = ((mrp物料需求历史DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new mrp物料需求历史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["计划投入"];
}
[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(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column年份);
this.column计划期 = new System.Data.DataColumn("计划期", typeof(int), 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预计入库);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -