Show / Hide Table of Contents

Class FileModel

檔案 model

Inheritance
System.Object
FileModel
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.Helpers
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class FileModel

Constructors

View Source

FileModel(Guid, String)

Declaration
public FileModel(Guid id, string fileName)
Parameters
Type Name Description
System.Guid id

檔案 ID

System.String fileName

檔案名稱

Properties

View Source

FileName

檔案名稱

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

Id

檔案 ID

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