Table of Contents

Class Actor

Namespace
Shift.Common
Assembly
Shift.Common.dll

An actor represents an individual person or group or system that performs actions through the UI and/or API.

public class Actor : Model
Inheritance
Actor
Derived
Inherited Members
Extension Methods

Constructors

Actor()

public Actor()

Properties

Email

public string Email { get; set; }

Property Value

string

Language

public string Language { get; set; }

Property Value

string

Phone

public string Phone { get; set; }

Property Value

string

Secret

public string Secret { get; set; }

Property Value

string

TimeZone

public string TimeZone { get; set; }

Property Value

string