Class WorkerSiteItem
Namespace: Casewhere.Models.WorkerSites
Assembly: Casewhere.Models.dll
Represents a worker site item.
public abstract class WorkerSiteItem
Inheritance
Derived
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<WorkerSiteItem>(WorkerSiteItem)
Constructors
WorkerSiteItem()
protected WorkerSiteItem()
Properties
AccessRule
Gets or sets the access rule of the worker site item.
public AccessRule AccessRule { get; set; }
Property Value
Icon
Gets or sets the icon of the worker site item.
public string Icon { get; set; }
Property Value
Id
Gets or sets the unique identifier of the worker site item.
public Guid Id { get; set; }
Property Value
IsDefaultPage
Gets or sets a value indicating whether the worker site item is the default page.
public bool IsDefaultPage { get; set; }
Property Value
Name
Gets or sets the name of the worker site item.
public string Name { get; set; }