Table of Contents

Class UIScript

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

public class UIScript

Inheritance

objectUIScript

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

Constructors

UIScript()

public UIScript()

Properties

Css

public string Css { get; set; }

Property Value

string

Html

public string Html { get; set; }

Property Value

string

JavaScript

public string JavaScript { get; set; }

Property Value

string

Platform

public string Platform { get; set; }

Property Value

string