Table of Contents

Class ModelFile

Namespace
ZapLib.Model
Assembly
ZapLib.dll

基本檔案資料模型

public class ModelFile
Inheritance
ModelFile
Inherited Members

Properties

des

檔案原始檔名

public string des { get; set; }

Property Value

string

name

檔案新名稱

public string name { get; set; }

Property Value

string

oid

系統用 ID,預設為 0

public int oid { get; set; }

Property Value

int

size

檔案大小

public long size { get; set; }

Property Value

long

type

檔案的 Content-Type

public string type { get; set; }

Property Value

string