Class ContactInfo
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
[DataContract]
public class ContactInfo : BaseEntity, IContactInfo, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IContactInfo>
Constructors
Declaration
Properties
Declaration
[StringLength(2500)]
public string Address { get; set; }
Property Value
The contact preference of the user.
Declaration
[EnumDataType(typeof(ContactPreference))]
public ContactPreference ContactPreference { get; set; }
Property Value
Declaration
[NotMapped]
public string ContactPreference_Tooltip { get; set; }
Property Value
The user's date of birth.
Declaration
public DateTimeOffset? DateOfBirth { get; set; }
Property Value
Declaration
[StringLength(20)]
public string DirectLine { get; set; }
Property Value
Declaration
[EmailAddress]
[StringLength(500)]
public string Email { get; set; }
Property Value
Declaration
[StringLength(20)]
public string Fax { get; set; }
Property Value
Declaration
[StringLength(50)]
public string FirstName { get; set; }
Property Value
Declaration
[StringLength(50)]
public string LastName { get; set; }
Property Value
Declaration
[StringLength(20)]
public string Mobile { get; set; }
Property Value
Declaration
public string Notes { get; set; }
Property Value
[Key] Links to IObjectEntity. The parent object entity this record holds contact information for
Declaration
public Guid OwningEntityID { get; set; }
Property Value
Declaration
public string OwningEntityID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string OwningEntityID_Label_Silent { get; set; }
Property Value
Declaration
[StringLength(500)]
public string Twitter { get; set; }
Property Value
Declaration
[StringLength(500)]
public string Website { get; set; }
Property Value
Methods
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IContactInfo source)
Parameters
Type |
Name |
Description |
IContactInfo |
source |
The source object to copy all values from.
|
Implements
Extension Methods