Class ContactExperience
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class ContactExperience
- Inheritance
-
ContactExperience
- Inherited Members
-
Constructors
public ContactExperience()
Properties
public string AuthorityCity { get; set; }
Property Value
- string
public string AuthorityCountry { get; set; }
Property Value
- string
public string AuthorityName { get; set; }
Property Value
- string
public string AuthorityProvince { get; set; }
Property Value
- string
public DateTime? Completed { get; set; }
Property Value
- DateTime?
public string ContactExperienceType { get; set; }
Property Value
- string
public decimal? CreditHours { get; set; }
Property Value
- decimal?
public string Description { get; set; }
Property Value
- string
public Guid ExperienceIdentifier { get; set; }
Property Value
- Guid
public DateTime? Expired { get; set; }
Property Value
- DateTime?
public bool IsSuccess { get; set; }
Property Value
- bool
public int? LifetimeMonths { get; set; }
Property Value
- int?
public decimal? Score { get; set; }
Property Value
- decimal?
public string Status { get; set; }
Property Value
- string
public string Title { get; set; }
Property Value
- string
public virtual User User { get; set; }
Property Value
- User
public Guid UserIdentifier { get; set; }
Property Value
- Guid