?? dataset2.cs
字號:
this.資產負債表RowDeleted(this, new 資產負債表RowChangeEvent(((資產負債表Row)(e.Row)), e.Action));
}
}
protected override void OnRowDeleting(DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.資產負債表RowDeleting != null)) {
this.資產負債表RowDeleting(this, new 資產負債表RowChangeEvent(((資產負債表Row)(e.Row)), e.Action));
}
}
public void Remove資產負債表Row(資產負債表Row row) {
this.Rows.Remove(row);
}
}
[System.Diagnostics.DebuggerStepThrough()]
public class 資產負債表Row : DataRow {
private 資產負債表DataTable table資產負債表;
internal 資產負債表Row(DataRowBuilder rb) :
base(rb) {
this.table資產負債表 = ((資產負債表DataTable)(this.Table));
}
public int 會計期間 {
get {
return ((int)(this[this.table資產負債表.會計期間Column]));
}
set {
this[this.table資產負債表.會計期間Column] = value;
}
}
public System.Decimal 現金及現金等價物 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.現金及現金等價物Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.現金及現金等價物Column] = value;
}
}
public System.Decimal 應收賬款 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.應收賬款Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.應收賬款Column] = value;
}
}
public System.Decimal 壞賬準備 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.壞賬準備Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.壞賬準備Column] = value;
}
}
public System.Decimal 應收賬款凈值 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.應收賬款凈值Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.應收賬款凈值Column] = value;
}
}
public System.Decimal 流動資產總計 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.流動資產總計Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.流動資產總計Column] = value;
}
}
public System.Decimal 固定資產原值 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.固定資產原值Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.固定資產原值Column] = value;
}
}
public System.Decimal 累計折舊 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.累計折舊Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.累計折舊Column] = value;
}
}
public System.Decimal 固定資產總計 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.固定資產總計Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.固定資產總計Column] = value;
}
}
public System.Decimal 其他資產 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.其他資產Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.其他資產Column] = value;
}
}
public System.Decimal 資產總計 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.資產總計Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.資產總計Column] = value;
}
}
public System.Decimal 應付賬款 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.應付賬款Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.應付賬款Column] = value;
}
}
public System.Decimal 預收賬款 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.預收賬款Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.預收賬款Column] = value;
}
}
public System.Decimal 應付工資 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.應付工資Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.應付工資Column] = value;
}
}
public System.Decimal 其他負債 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.其他負債Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.其他負債Column] = value;
}
}
public System.Decimal 負債總計 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.負債總計Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.負債總計Column] = value;
}
}
public System.Decimal 實收資本 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.實收資本Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.實收資本Column] = value;
}
}
public System.Decimal 資本公積 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.資本公積Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.資本公積Column] = value;
}
}
public System.Decimal 贏余公積 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.贏余公積Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table資產負債表.贏余公積Column] = value;
}
}
public System.Decimal 未分配利潤 {
get {
try {
return ((System.Decimal)(this[this.table資產負債表.未分配利潤Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -