Table of Contents

Class JsonFileModel

Namespace
InSite.Api.Models
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class JsonFileModel : IFile
Inheritance
JsonFileModel
Implements
Inherited Members

Constructors

JsonFileModel()

public JsonFileModel()

Properties

Date

public DateTimeOffset Date { get; set; }

Property Value

DateTimeOffset

Extension

[JsonProperty(PropertyName = "ext")]
public string Extension { get; }

Property Value

string

FormatedDate

[JsonProperty(PropertyName = "date")]
public string FormatedDate { get; }

Property Value

string

FormatedSize

[JsonProperty(PropertyName = "size")]
public string FormatedSize { get; }

Property Value

string

Name

[JsonProperty(PropertyName = "name")]
public string Name { get; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

Size

public int Size { get; set; }

Property Value

int