Table of Contents

Class WidgetEventSource

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

Represents a widget event source.

public class WidgetEventSource : EventSource

Inheritance

objectEventSourceWidgetEventSource

Inherited Members

EventSource.SourceType, EventSource.WidgetPath, EventSource.DisplayText, 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<WidgetEventSource>(WidgetEventSource)

Constructors

WidgetEventSource()

public WidgetEventSource()

Properties

SourceType

Gets the source type. Widget

public override string SourceType { get; }

Property Value

string

WidgetId

Gets or sets the widget ID.

public Guid WidgetId { get; set; }

Property Value

Guid

WidgetType

Gets or sets the widget type.

public string WidgetType { get; set; }

Property Value

string