Class ModelLog
讀取 Log 檔案的回傳資料模型
public class ModelLog
- Inheritance
-
ModelLog
- Inherited Members
Properties
Data
log 訊息資料
public string Data { get; set; }
Property Value
ErrMsg
錯誤訊息
public string ErrMsg { get; set; }
Property Value
MaxPage
最大頁數
public int MaxPage { get; set; }
Property Value
Page
目前頁數
public int Page { get; set; }
Property Value
PageSize
頁面大小 (byte)
public long PageSize { get; set; }
Property Value
Path
檔案路徑
public string Path { get; set; }
Property Value
Result
取得結果
public bool Result { get; set; }