Table of Contents

Class User

Namespace
Si.Srp.Models.Common
Assembly
Si.Srp.Models.Common.dll

Represents internal user

public abstract class User
Inheritance
User
Inherited Members

Constructors

User()

protected User()

Properties

CreatedDateUTC

The date on which the entity was added

public DateTime CreatedDateUTC { get; set; }

Property Value

DateTime

EmailAddress

User email address

public string EmailAddress { get; set; }

Property Value

string

ExternalId

The External Id of user (Active Directory or some other provider)

public string ExternalId { get; set; }

Property Value

string

Id

The Id of entity

public long Id { get; set; }

Property Value

long