dataset2.designer.cs
字号:
this.column价值类别 = new System.Data.DataColumn("价值类别", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column价值类别);
this.column物料特性a = new System.Data.DataColumn("物料特性a", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column物料特性a);
this.column物料特性b = new System.Data.DataColumn("物料特性b", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column物料特性b);
this.column物料特性c = new System.Data.DataColumn("物料特性c", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column物料特性c);
this.column物料特性d = new System.Data.DataColumn("物料特性d", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column物料特性d);
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(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(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批量);
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(int), 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(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.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column物料编号}, true));
this.column物料编号.AllowDBNull = false;
this.column物料编号.Unique = true;
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")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 主需求计划DataTable : System.Data.DataTable, System.Collections.IEnumerable {
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 主需求计划DataTable() {
this.TableName = "主需求计划";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 主需求计划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 主需求计划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备注;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -