Table of Contents

Class WorkerSiteItem

Namespace: Casewhere.Models.WorkerSites
Assembly: Casewhere.Models.dll

Represents a worker site item.

public abstract class WorkerSiteItem

Inheritance

objectWorkerSiteItem

Derived

Page, PageGroup

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

AccessRule

Icon

Gets or sets the icon of the worker site item.

public string Icon { get; set; }

Property Value

string

Id

Gets or sets the unique identifier of the worker site item.

public Guid Id { get; set; }

Property Value

Guid

IsDefaultPage

Gets or sets a value indicating whether the worker site item is the default page.

public bool IsDefaultPage { get; set; }

Property Value

bool

Name

Gets or sets the name of the worker site item.

public string Name { get; set; }

Property Value

string