Show / Hide Table of Contents

Class FileViewModel

檔案上傳模型

Inheritance
System.Object
FileViewModel
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 FileViewModel

Properties

View Source

FileName

檔案名稱

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

Id

檔案識別碼

Declaration
public virtual Guid Id { get; set; }
Property Value
Type Description
System.Guid
  • View Source
In This Article
Back to top Generated by DocFX