Table of Contents

Class ComponentContent

Namespace: Casewhere.Models.Cms
Assembly: Casewhere.Models.dll

public class ComponentContent

Inheritance

objectComponentContent

Derived

WorkerSiteComponentContent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ComponentContent>(ComponentContent)

Constructors

ComponentContent()

public ComponentContent()

Properties

Css

public string Css { get; set; }

Property Value

string

Html

public string Html { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Js

public string Js { get; set; }

Property Value

string

Scss

public string Scss { get; set; }

Property Value

string

TemplateJs

public string TemplateJs { get; set; }

Property Value

string