Class FilesPageModel
Inheritance
FilesPageModel
Assembly: EduCATS.dll
Syntax
public class FilesPageModel : IRoundedListType
Constructors
FilesPageModel(FileDetailsModel, bool)
Declaration
public FilesPageModel(FileDetailsModel file, bool exists)
Parameters
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
IsDownloaded
Declaration
public bool IsDownloaded { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PathName
Declaration
public string PathName { get; set; }
Property Value
Size
Declaration
public string Size { get; set; }
Property Value
Methods
GetListType()
Declaration
public RoundedListTypeEnum GetListType()
Returns
Implements