Class FileDetailsModelTest
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class FileDetailsModelTest
Properties
Id
File ID.
Declaration
[JsonProperty("IdFile")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Size
File size.
Declaration
[JsonProperty("Size")]
public string Size { get; set; }
Property Value
| Type | Description |
|---|---|
| string |