Class EventSource
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents an event source.
public abstract class EventSource
Inheritance
Derived
PageEventSource, WidgetEventSource
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<EventSource>(EventSource)
Constructors
EventSource()
protected EventSource()
Properties
DisplayText
Gets or sets the display text.
public string DisplayText { get; set; }
Property Value
SourceType
Gets the source type.
public abstract string SourceType { get; }
Property Value
WidgetPath
Gets or sets the widget path.
public string WidgetPath { get; set; }