Contact Class
Assembly: PTS.Modules.Profiles.dll
Syntax
public class Contact : IOwnedRecord, IHasGuid
Inheritance
System.Object
Contact
Properties
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
IsPrimary
Declaration
public bool IsPrimary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
ProfileId
Declaration
public long? ProfileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ProfileOwnerId
Declaration
public long? ProfileOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Status
Declaration
public State Status { get; set; }
Property Value
Type
Declaration
public ContactType Type { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
VerificationKey
Declaration
public string VerificationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
VerificationStatus
Declaration
public VerificationStatus VerificationStatus { get; set; }
Property Value
VerifyBefore
Declaration
public DateTime? VerifyBefore { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods