Table of Contents

Class CustomTemplate

Namespace: Casewhere.Models.Pages.Widgets.Custom
Assembly: Casewhere.Models.dll

public class CustomTemplate

Inheritance

objectCustomTemplate

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<CustomTemplate>(CustomTemplate)

Constructors

CustomTemplate()

public CustomTemplate()

Properties

Css

public string Css { get; set; }

Property Value

string

Html

public string Html { get; set; }

Property Value

string

Js

public string Js { get; set; }

Property Value

string