Class PageEvent
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents a page event.
public class PageEvent
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<PageEvent>(PageEvent)
Constructors
PageEvent()
public PageEvent()
Properties
EventName
Gets or sets the event name.
public string EventName { get; set; }
Property Value
JSContent
Gets or sets the JavaScript content associated with the event.
public string JSContent { get; set; }
Property Value
Source
Gets or sets the event source.
public EventSource Source { get; set; }