Search Results for

    Show / Hide Table of Contents

    Class ContactInfo

    Inheritance
    object
    BaseEntity
    ContactInfo
    Implements
    IContactInfo
    IBaseEntity
    IEquatable<IBaseEntity>
    INotifyPropertyChanged
    INotifyPropertyChanging
    ICloneableAsync
    ICanTrackProperties
    ICloneableAsync<IContactInfo>
    Inherited Members
    BaseEntity.HISTORY_ENDROWUPDATE_COLNAME
    BaseEntity.HasTrackedPropertyChanged(string)
    BaseEntity.OriginalTrackedPropertyValue(string)
    BaseEntity.OriginalTrackedPropertyValue<T>(string)
    BaseEntity.ClearTrackedOriginalValues()
    BaseEntity.GetAllOriginalTrackedPropertyValues()
    BaseEntity.GetLabel(string)
    BaseEntity.SetLabel(string, string)
    BaseEntity.SetSilentLabel(string, string)
    BaseEntity.ResetChangedTrackedPropertiesToOriginalValues()
    BaseEntity.AddTrackedOriginalValue(string, object)
    BaseEntity.SnapshotProperties()
    BaseEntity.RestoreFromSnapshot(Dictionary<string, object>)
    BaseEntity.IsBasePropertyName(string)
    BaseEntity.IsBaseRelationshipID(string)
    BaseEntity.OnPropertyChanging(string)
    BaseEntity.OnPropertyChanged(string)
    BaseEntity.Equals(IBaseEntity)
    BaseEntity.GetHashCode()
    BaseEntity.Equals(object)
    BaseEntity.Clone(object)
    BaseEntity.CopyFromSource(object)
    BaseEntity.TrackChanges
    BaseEntity.ModifiedByUserID_Label
    BaseEntity.ModifiedByUserID_Label_Silent
    BaseEntity.CanvasID_Label
    BaseEntity.CanvasID_Label_Silent
    BaseEntity.AlgorithmStepID_Label
    BaseEntity.AlgorithmStepID_Label_Silent
    BaseEntity.SafeID_Label
    BaseEntity.SafeID_Label_Silent
    BaseEntity.AccountID
    BaseEntity.ID
    BaseEntity.LastUpdated
    BaseEntity.ModifiedByUserID
    BaseEntity.CanvasID
    BaseEntity.AlgorithmStepID
    BaseEntity.SafeID
    BaseEntity.PropertyChanged
    BaseEntity.PropertyChanging
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.API.Entities.FinancialServices.LegalEntity
    Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
    Syntax
    [DataContract]
    public class ContactInfo : BaseEntity, IContactInfo, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IContactInfo>

    Constructors

    ContactInfo()

    Declaration
    public ContactInfo()

    Properties

    Address

    A multiline address for the OwningEntityID

    Declaration
    [StringLength(2500)]
    public string Address { get; set; }
    Property Value
    Type Description
    string

    ContactPreference

    The contact preference of the user.

    Declaration
    [EnumDataType(typeof(ContactPreference))]
    public ContactPreference ContactPreference { get; set; }
    Property Value
    Type Description
    ContactPreference

    ContactPreference_Tooltip

    Declaration
    [NotMapped]
    public string ContactPreference_Tooltip { get; set; }
    Property Value
    Type Description
    string

    DateOfBirth

    The user's date of birth.

    Declaration
    public DateTimeOffset? DateOfBirth { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    DirectLine

    A direct line number for the OwningEntityID

    Declaration
    [StringLength(20)]
    public string DirectLine { get; set; }
    Property Value
    Type Description
    string

    Email

    An email address for the OwningEntityID

    Declaration
    [EmailAddress]
    [StringLength(500)]
    public string Email { get; set; }
    Property Value
    Type Description
    string

    Fax

    A fax number for the OwningEntityID

    Declaration
    [StringLength(20)]
    public string Fax { get; set; }
    Property Value
    Type Description
    string

    FirstName

    The user's first name.

    Declaration
    [StringLength(50)]
    public string FirstName { get; set; }
    Property Value
    Type Description
    string

    LastName

    The user's last name.

    Declaration
    [StringLength(50)]
    public string LastName { get; set; }
    Property Value
    Type Description
    string

    Mobile

    A mobile number for the OwningEntityID

    Declaration
    [StringLength(20)]
    public string Mobile { get; set; }
    Property Value
    Type Description
    string

    Notes

    Multiline notes for the OwningEntityID

    Declaration
    public string Notes { get; set; }
    Property Value
    Type Description
    string

    OwningEntityID

    [Key] Links to IObjectEntity. The parent object entity this record holds contact information for

    Declaration
    public Guid OwningEntityID { get; set; }
    Property Value
    Type Description
    Guid

    OwningEntityID_Label

    Declaration
    public string OwningEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    OwningEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string OwningEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    Twitter

    A twitter handle for the OwningEntityID

    Declaration
    [StringLength(500)]
    public string Twitter { get; set; }
    Property Value
    Type Description
    string

    Website

    A website url for the OwningEntityID

    Declaration
    [StringLength(500)]
    public string Website { get; set; }
    Property Value
    Type Description
    string

    Methods

    CopyFromEntity(IBaseEntity)

    Declaration
    protected override void CopyFromEntity(IBaseEntity src)
    Parameters
    Type Name Description
    IBaseEntity src
    Overrides
    BaseEntity.CopyFromEntity(IBaseEntity)

    CopyFromSource(IContactInfo)

    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

    IContactInfo
    IBaseEntity
    IEquatable<T>
    INotifyPropertyChanged
    INotifyPropertyChanging
    ICloneableAsync
    ICanTrackProperties
    ICloneableAsync<T>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.