Table of Contents

Class RespondentModel

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

Constructors

RespondentModel()

public RespondentModel()

Fields

BinderExpression

public static readonly Expression<Func<User, RespondentModel>> BinderExpression

Field Value

Expression<Func<User, RespondentModel>>

BinderFunction

public static readonly Func<User, RespondentModel> BinderFunction

Field Value

Func<User, RespondentModel>

Properties

Email

public string Email { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

IsAnonymous

public bool IsAnonymous { get; set; }

Property Value

bool

LastName

public string LastName { get; set; }

Property Value

string

Thumbprint

public Guid Thumbprint { get; set; }

Property Value

Guid

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid