Contact
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a contact associated with a customer.
Inheritance
object ← EntityTracker ← Contact
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Contact()
Properties
Customer
Gets or sets the customer associated with the contact.
Property Value
CustomerId
Gets or sets the ID of the customer associated with the contact.
Property Value
Details
Gets or sets additional details about the contact.
Property Value
Email
Gets or sets the email address of the contact.
Property Value
Fax
Gets or sets the fax number of the contact.
Property Value
FirstName
Gets or sets the first name of the contact.
Property Value
Id
Gets or sets the ID of the contact.
Property Value
LastName
Gets or sets the last name of the contact.
Property Value
Meta
Gets or sets the metadata.
Property Value
Mobile
Gets or sets the mobile phone number of the contact.
Property Value
Notify
Whether to enable customer notification
Property Value
Phone
Gets or sets the phone number of the contact.
Property Value
Title
Gets or sets the title of the contact.
Property Value
Last updated