Class WorkerSiteInjectTemplate
Namespace: Casewhere.Models.WorkerSites
Assembly: Casewhere.Models.dll
Represents a template for injecting HTML, JS, and CSS into a worker site.
public class WorkerSiteInjectTemplate
Inheritance
object ← WorkerSiteInjectTemplate
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<WorkerSiteInjectTemplate>(WorkerSiteInjectTemplate)
Constructors
WorkerSiteInjectTemplate()
public WorkerSiteInjectTemplate()
Properties
CSharp
public string CSharp { get; set; }
Property Value
Css
Gets or sets the CSS content to be injected.
public string Css { get; set; }
Property Value
Html
Gets or sets the HTML content to be injected.
public string Html { get; set; }
Property Value
Js
Gets or sets the JS content to be injected.
public string Js { get; set; }
Property Value
Metadata
public string Metadata { get; set; }