Show / Hide Table of Contents

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 Source

CadUrl

CAD檔案預覽的位址

Declaration
public virtual string CadUrl { get; set; }
Property Value
Type Description
System.String
View Source

CadViewStatus

cad檔案預覽狀態

Declaration
public virtual CADViewStatus? CadViewStatus { get; set; }
Property Value
Type Description
System.Nullable<CADViewStatus>
View Source

ContentType

contenttype

Declaration
public virtual string ContentType { get; set; }
Property Value
Type Description
System.String
View Source

FileName

檔案名稱

Declaration
public virtual string FileName { get; set; }
Property Value
Type Description
System.String
View Source

Id

檔案fileId

Declaration
public virtual Guid Id { get; set; }
Property Value
Type Description
System.Guid
View Source

IsFromCad

是否從cad檔案上傳

Declaration
public virtual bool IsFromCad { get; set; }
Property Value
Type Description
System.Boolean
View Source

Length

檔案大小

Declaration
public virtual long Length { get; set; }
Property Value
Type Description
System.Int64
View Source

PdfUrl

轉檔Pdf下載位址

Declaration
public virtual string PdfUrl { get; set; }
Property Value
Type Description
System.String
View Source

RawUrl

原始檔下載位址(選單上的下載原始檔)

Declaration
public virtual string RawUrl { get; set; }
Property Value
Type Description
System.String
View Source

ScreenShotUrl

截圖位址

Declaration
public virtual string ScreenShotUrl { get; set; }
Property Value
Type Description
System.String
View Source

SupportConvert

是否支援轉檔(改由viewstatus代替)

Declaration
public virtual bool? SupportConvert { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Url

原檔下載位址

Declaration
public virtual string Url { get; set; }
Property Value
Type Description
System.String
View Source

ViewStatus

pdf檔案預覽狀態

Declaration
public virtual FileViewStatus? ViewStatus { get; set; }
Property Value
Type Description
System.Nullable<FileViewStatus>
  • View Source
In This Article
Back to top Generated by DocFX