📄 jobdetailsdataset.cs
字号:
get {
try {
return ((System.Byte)(this[this.tabletblTrans.GearOilColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.GearOilColumn] = value;
}
}
public System.Double GearOilQty {
get {
try {
return ((System.Double)(this[this.tabletblTrans.GearOilQtyColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.GearOilQtyColumn] = value;
}
}
public System.Byte Point {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.PointColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.PointColumn] = value;
}
}
public System.Byte Condenser {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.CondenserColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.CondenserColumn] = value;
}
}
public System.Byte Plug {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.PlugColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.PlugColumn] = value;
}
}
public int PlugQty {
get {
try {
return ((int)(this[this.tabletblTrans.PlugQtyColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.PlugQtyColumn] = value;
}
}
public System.Byte FuelFilter {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.FuelFilterColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.FuelFilterColumn] = value;
}
}
public System.Byte AirFilter {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.AirFilterColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.AirFilterColumn] = value;
}
}
public System.Byte WADoneBy {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.WADoneByColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.WADoneByColumn] = value;
}
}
public System.Byte STDoneBy {
get {
try {
return ((System.Byte)(this[this.tabletblTrans.STDoneByColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.STDoneByColumn] = value;
}
}
public string Remarks {
get {
try {
return ((string)(this[this.tabletblTrans.RemarksColumn]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("Cannot get value because it is DBNull.", e);
}
}
set {
this[this.tabletblTrans.RemarksColumn] = value;
}
}
public bool IsJobDateNull() {
return this.IsNull(this.tabletblTrans.JobDateColumn);
}
public void SetJobDateNull() {
this[this.tabletblTrans.JobDateColumn] = System.Convert.DBNull;
}
public bool IsKMNull() {
return this.IsNull(this.tabletblTrans.KMColumn);
}
public void SetKMNull() {
this[this.tabletblTrans.KMColumn] = System.Convert.DBNull;
}
public bool IsTuningNull() {
return this.IsNull(this.tabletblTrans.TuningColumn);
}
public void SetTuningNull() {
this[this.tabletblTrans.TuningColumn] = System.Convert.DBNull;
}
public bool IsAlignmentNull() {
return this.IsNull(this.tabletblTrans.AlignmentColumn);
}
public void SetAlignmentNull() {
this[this.tabletblTrans.AlignmentColumn] = System.Convert.DBNull;
}
public bool IsBalancingNull() {
return this.IsNull(this.tabletblTrans.BalancingColumn);
}
public void SetBalancingNull() {
this[this.tabletblTrans.BalancingColumn] = System.Convert.DBNull;
}
public bool IsTyresNull() {
return this.IsNull(this.tabletblTrans.TyresColumn);
}
public void SetTyresNull() {
this[this.tabletblTrans.TyresColumn] = System.Convert.DBNull;
}
public bool IsWeightsNull() {
return this.IsNull(this.tabletblTrans.WeightsColumn);
}
public void SetWeightsNull() {
this[this.tabletblTrans.WeightsColumn] = System.Convert.DBNull;
}
public bool IsOilChangedNull() {
return this.IsNull(this.tabletblTrans.OilChangedColumn);
}
public void SetOilChangedNull() {
this[this.tabletblTrans.OilChangedColumn] = System.Convert.DBNull;
}
public bool IsOilQtyNull() {
return this.IsNull(this.tabletblTrans.OilQtyColumn);
}
public void SetOilQtyNull() {
this[this.tabletblTrans.OilQtyColumn] = System.Convert.DBNull;
}
public bool IsOilFilterNull() {
return this.IsNull(this.tabletblTrans.OilFilterColumn);
}
public void SetOilFilterNull() {
this[this.tabletblTrans.OilFilterColumn] = System.Convert.DBNull;
}
public bool IsGearOilNull() {
return this.IsNull(this.tabletblTrans.GearOilColumn);
}
public void SetGearOilNull() {
this[this.tabletblTrans.GearOilColumn] = System.Convert.DBNull;
}
public bool IsGearOilQtyNull() {
return this.IsNull(this.tabletblTrans.GearOilQtyColumn);
}
public void SetGearOilQtyNull() {
this[this.tabletblTrans.GearOilQtyColumn] = System.Convert.DBNull;
}
public bool IsPointNull() {
return this.IsNull(this.tabletblTrans.PointColumn);
}
public void SetPointNull() {
this[this.tabletblTrans.PointColumn] = System.Convert.DBNull;
}
public bool IsCondenserNull() {
return this.IsNull(this.tabletblTrans.CondenserColumn);
}
public void SetCondenserNull() {
this[this.tabletblTrans.CondenserColumn] = System.Convert.DBNull;
}
public bool IsPlugNull() {
return this.IsNull(this.tabletblTrans.PlugColumn);
}
public void SetPlugNull() {
this[this.tabletblTrans.PlugColumn] = System.Convert.DBNull;
}
public bool IsPlugQtyNull() {
return this.IsNull(this.tabletblTrans.PlugQtyColumn);
}
public void SetPlugQtyNull() {
this[this.tabletblTrans.PlugQtyColumn] = System.Convert.DBNull;
}
public bool IsFuelFilterNull() {
return this.IsNull(this.tabletblTrans.FuelFilterColumn);
}
public void SetFuelFilterNull() {
this[this.tabletblTrans.FuelFilterColumn] = System.Convert.DBNull;
}
public bool IsAirFilterNull() {
return this.IsNull(this.tabletblTrans.AirFilterColumn);
}
public void SetAirFilterNull() {
this[this.tabletblTrans.AirFilterColumn] = System.Convert.DBNull;
}
public bool IsWADoneByNull() {
return this.IsNull(this.tabletblTrans.WADoneByColumn);
}
public void SetWADoneByNull() {
this[this.tabletblTrans.WADoneByColumn] = System.Convert.DBNull;
}
public bool IsSTDoneByNull() {
return this.IsNull(this.tabletblTrans.STDoneByColumn);
}
public void SetSTDoneByNull() {
this[this.tabletblTrans.STDoneByColumn] = System.Convert.DBNull;
}
public bool IsRemarksNull() {
return this.IsNull(this.tabletblTrans.RemarksColumn);
}
public void SetRemarksNull() {
this[this.tabletblTrans.RemarksColumn] = System.Convert.DBNull;
}
}
[System.Diagnostics.DebuggerStepThrough()]
public class tblTransRowChangeEvent : EventArgs {
private tblTransRow eventRow;
private DataRowAction eventAction;
public tblTransRowChangeEvent(tblTransRow row, DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
public tblTransRow Row {
get {
return this.eventRow;
}
}
public DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -