Table of Contents

Class PersonExamRegistrationItem

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class PersonExamRegistrationItem
Inheritance
PersonExamRegistrationItem
Inherited Members

Constructors

PersonExamRegistrationItem()

public PersonExamRegistrationItem()

Properties

Email

public string Email { get; set; }

Property Value

string

EmailAlternate

public string EmailAlternate { get; set; }

Property Value

string

EmployerIdentifier

public Guid? EmployerIdentifier { get; set; }

Property Value

Guid?

EmployerName

public string EmployerName { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

PersonCode

public string PersonCode { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid