Class UIScript
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class UIScript
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<UIScript>(UIScript)
Constructors
UIScript()
public UIScript()
Properties
Css
public string Css { get; set; }
Property Value
Html
public string Html { get; set; }
Property Value
JavaScript
public string JavaScript { get; set; }
Property Value
Platform
public string Platform { get; set; }