Table of Contents

Class ModelLog

Namespace
ZapLib.Model
Assembly
ZapLib.dll

讀取 Log 檔案的回傳資料模型

public class ModelLog
Inheritance
ModelLog
Inherited Members

Properties

Data

log 訊息資料

public string Data { get; set; }

Property Value

string

ErrMsg

錯誤訊息

public string ErrMsg { get; set; }

Property Value

string

MaxPage

最大頁數

public int MaxPage { get; set; }

Property Value

int

Page

目前頁數

public int Page { get; set; }

Property Value

int

PageSize

頁面大小 (byte)

public long PageSize { get; set; }

Property Value

long

Path

檔案路徑

public string Path { get; set; }

Property Value

string

Result

取得結果

public bool Result { get; set; }

Property Value

bool