Table of Contents

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

objectWorkerSiteInjectTemplate

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

string

Css

Gets or sets the CSS content to be injected.

public string Css { get; set; }

Property Value

string

Html

Gets or sets the HTML content to be injected.

public string Html { get; set; }

Property Value

string

Js

Gets or sets the JS content to be injected.

public string Js { get; set; }

Property Value

string

Metadata

public string Metadata { get; set; }

Property Value

string