Table of Contents

Class SitesController.DataModel

Namespace
InSite.Api.Controllers
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class SitesController.DataModel
Inheritance
SitesController.DataModel
Inherited Members

Constructors

DataModel()

public DataModel()

Properties

Identifier

[JsonProperty(PropertyName = "id")]
public Guid Identifier { get; set; }

Property Value

Guid

ParentTitle

[JsonProperty(PropertyName = "parentTitle")]
public string ParentTitle { get; set; }

Property Value

string

ParentType

[JsonProperty(PropertyName = "parentType")]
public string ParentType { get; set; }

Property Value

string

Slug

[JsonProperty(PropertyName = "slug")]
public string Slug { get; set; }

Property Value

string

Title

[JsonProperty(PropertyName = "title")]
public string Title { get; set; }

Property Value

string

Type

[JsonProperty(PropertyName = "type")]
public string Type { get; set; }

Property Value

string