Table of Contents

Class ContactExperience

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

Constructors

ContactExperience()

public ContactExperience()

Properties

AuthorityCity

public string AuthorityCity { get; set; }

Property Value

string

AuthorityCountry

public string AuthorityCountry { get; set; }

Property Value

string

AuthorityName

public string AuthorityName { get; set; }

Property Value

string

AuthorityProvince

public string AuthorityProvince { get; set; }

Property Value

string

Completed

public DateTime? Completed { get; set; }

Property Value

DateTime?

ContactExperienceType

public string ContactExperienceType { get; set; }

Property Value

string

CreditHours

public decimal? CreditHours { get; set; }

Property Value

decimal?

Description

public string Description { get; set; }

Property Value

string

ExperienceIdentifier

public Guid ExperienceIdentifier { get; set; }

Property Value

Guid

Expired

public DateTime? Expired { get; set; }

Property Value

DateTime?

IsSuccess

public bool IsSuccess { get; set; }

Property Value

bool

LifetimeMonths

public int? LifetimeMonths { get; set; }

Property Value

int?

Score

public decimal? Score { get; set; }

Property Value

decimal?

Status

public string Status { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

User

public virtual User User { get; set; }

Property Value

User

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid