Class FileDetailViewModel
檔案清單列表viewModel
Inheritance
System.Object
FileDetailViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class FileDetailViewModel
Properties
View SourceCadUrl
CAD檔案預覽的位址
Declaration
public virtual string CadUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CadViewStatus
cad檔案預覽狀態
Declaration
public virtual CADViewStatus? CadViewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CADViewStatus> |
ContentType
contenttype
Declaration
public virtual string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
檔案名稱
Declaration
public virtual string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
檔案fileId
Declaration
public virtual Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsFromCad
是否從cad檔案上傳
Declaration
public virtual bool IsFromCad { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
檔案大小
Declaration
public virtual long Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
PdfUrl
轉檔Pdf下載位址
Declaration
public virtual string PdfUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawUrl
原始檔下載位址(選單上的下載原始檔)
Declaration
public virtual string RawUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScreenShotUrl
截圖位址
Declaration
public virtual string ScreenShotUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupportConvert
是否支援轉檔(改由viewstatus代替)
Declaration
public virtual bool? SupportConvert { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Url
原檔下載位址
Declaration
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewStatus
pdf檔案預覽狀態
Declaration
public virtual FileViewStatus? ViewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<FileViewStatus> |