📄 tdsreturninfo.designer.cs
字号:
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn FlightNoColumn {
get {
return this.columnFlightNo;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn PlaneTypeColumn {
get {
return this.columnPlaneType;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn FlightDateColumn {
get {
return this.columnFlightDate;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn LeaveTimeColumn {
get {
return this.columnLeaveTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn ArriveTimeColumn {
get {
return this.columnArriveTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn SeatNoColumn {
get {
return this.columnSeatNo;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn SeatTypeColumn {
get {
return this.columnSeatType;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn PriceColumn {
get {
return this.columnPrice;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRow this[int index] {
get {
return ((BSAReturnInfoRow)(this.Rows[index]));
}
}
public event BSAReturnInfoRowChangeEventHandler BSAReturnInfoRowChanging;
public event BSAReturnInfoRowChangeEventHandler BSAReturnInfoRowChanged;
public event BSAReturnInfoRowChangeEventHandler BSAReturnInfoRowDeleting;
public event BSAReturnInfoRowChangeEventHandler BSAReturnInfoRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddBSAReturnInfoRow(BSAReturnInfoRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRow AddBSAReturnInfoRow(int CustomerID, string CustomerName, string OriginalID, string Sex, string Nationality, int FlightID, string FlightNo, string PlaneType, string FlightDate, string LeaveTime, string ArriveTime, string SeatNo, int SeatType, decimal Price) {
BSAReturnInfoRow rowBSAReturnInfoRow = ((BSAReturnInfoRow)(this.NewRow()));
rowBSAReturnInfoRow.ItemArray = new object[] {
CustomerID,
CustomerName,
OriginalID,
Sex,
Nationality,
FlightID,
FlightNo,
PlaneType,
FlightDate,
LeaveTime,
ArriveTime,
SeatNo,
SeatType,
Price};
this.Rows.Add(rowBSAReturnInfoRow);
return rowBSAReturnInfoRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRow FindByCustomerID(int CustomerID) {
return ((BSAReturnInfoRow)(this.Rows.Find(new object[] {
CustomerID})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
BSAReturnInfoDataTable cln = ((BSAReturnInfoDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new BSAReturnInfoDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnCustomerID = base.Columns["CustomerID"];
this.columnCustomerName = base.Columns["CustomerName"];
this.columnOriginalID = base.Columns["OriginalID"];
this.columnSex = base.Columns["Sex"];
this.columnNationality = base.Columns["Nationality"];
this.columnFlightID = base.Columns["FlightID"];
this.columnFlightNo = base.Columns["FlightNo"];
this.columnPlaneType = base.Columns["PlaneType"];
this.columnFlightDate = base.Columns["FlightDate"];
this.columnLeaveTime = base.Columns["LeaveTime"];
this.columnArriveTime = base.Columns["ArriveTime"];
this.columnSeatNo = base.Columns["SeatNo"];
this.columnSeatType = base.Columns["SeatType"];
this.columnPrice = base.Columns["Price"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnCustomerID = new System.Data.DataColumn("CustomerID", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerID);
this.columnCustomerName = new System.Data.DataColumn("CustomerName", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerName);
this.columnOriginalID = new System.Data.DataColumn("OriginalID", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOriginalID);
this.columnSex = new System.Data.DataColumn("Sex", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnSex);
this.columnNationality = new System.Data.DataColumn("Nationality", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnNationality);
this.columnFlightID = new System.Data.DataColumn("FlightID", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFlightID);
this.columnFlightNo = new System.Data.DataColumn("FlightNo", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFlightNo);
this.columnPlaneType = new System.Data.DataColumn("PlaneType", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPlaneType);
this.columnFlightDate = new System.Data.DataColumn("FlightDate", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFlightDate);
this.columnLeaveTime = new System.Data.DataColumn("LeaveTime", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnLeaveTime);
this.columnArriveTime = new System.Data.DataColumn("ArriveTime", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnArriveTime);
this.columnSeatNo = new System.Data.DataColumn("SeatNo", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnSeatNo);
this.columnSeatType = new System.Data.DataColumn("SeatType", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnSeatType);
this.columnPrice = new System.Data.DataColumn("Price", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPrice);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnCustomerID}, true));
this.columnCustomerID.AllowDBNull = false;
this.columnCustomerID.Unique = true;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRow NewBSAReturnInfoRow() {
return ((BSAReturnInfoRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new BSAReturnInfoRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(BSAReturnInfoRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.BSAReturnInfoRowChanged != null)) {
this.BSAReturnInfoRowChanged(this, new BSAReturnInfoRowChangeEvent(((BSAReturnInfoRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.BSAReturnInfoRowChanging != null)) {
this.BSAReturnInfoRowChanging(this, new BSAReturnInfoRowChangeEvent(((BSAReturnInfoRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.BSAReturnInfoRowDeleted != null)) {
this.BSAReturnInfoRowDeleted(this, new BSAReturnInfoRowChangeEvent(((BSAReturnInfoRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.BSAReturnInfoRowDeleting != null)) {
this.BSAReturnInfoRowDeleting(this, new BSAReturnInfoRowChangeEvent(((BSAReturnInfoRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemoveBSAReturnInfoRow(BSAReturnInfoRow 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();
tdsReturnInfo ds = new tdsReturnInfo();
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 = "BSAReturnInfoDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class BSAReturnInfoRow : System.Data.DataRow {
private BSAReturnInfoDataTable tableBSAReturnInfo;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal BSAReturnInfoRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tableBSAReturnInfo = ((BSAReturnInfoDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int CustomerID {
get {
return ((int)(this[this.tableBSAReturnInfo.CustomerIDColumn]));
}
set {
this[this.tableBSAReturnInfo.CustomerIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string CustomerName {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.CustomerNameColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“CustomerName”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.CustomerNameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string OriginalID {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.OriginalIDColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“OriginalID”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.OriginalIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Sex {
get {
try {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -