Class ComponentTemplate
Namespace: Casewhere.Models.Themes
Assembly: Casewhere.Models.dll
Represents a component template.
public class ComponentTemplate
Inheritance
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<ComponentTemplate>(ComponentTemplate)
Constructors
ComponentTemplate()
public ComponentTemplate()
Properties
Css
Gets or sets the CSS content of the component template.
public string Css { get; set; }
Property Value
Html
Gets or sets the HTML content of the component template.
public string Html { get; set; }
Property Value
Js
Gets or sets the JavaScript content of the component template.
public string Js { get; set; }