Customer
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a customer with tracking capabilities.
Inheritance
object ← EntityTracker ← Customer
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
Customer()
Properties
Address
Gets or sets the primary address of the customer.
Property Value
Address1
Gets or sets the secondary address line 1 of the customer.
Property Value
Address2
Gets or sets the secondary address line 2 of the customer.
Property Value
City
Gets or sets the city of the customer's address.
Property Value
Code
Gets or sets the unique code for the customer.
Property Value
Company
Gets or sets the company name associated with the customer.
Property Value
Contacts
Gets or sets the collection of contacts associated with the customer.
Property Value
Country
Gets or sets the country of the customer's address.
Property Value
CountryCode
Gets or sets the country code associated with the customer's address.
Property Value
CreatedAt
Gets or sets the date and time when the customer was created.
Property Value
CustomerOrders
Gets or sets the collection of orders placed by the customer.
Property Value
CustomerResources
Gets or sets the collection of resources associated with the customer.
Property Value
Downloads
Gets or sets the collection of downloads associated with the customer.
Property Value
Email
Gets or sets the email address of the customer.
Property Value
Fax
Gets or sets the fax number of the customer.
Property Value
FirstName
Gets or sets the first name of the customer.
Property Value
Id
Gets or sets the unique identifier for the customer.
Property Value
Image
Gets or sets the image associated with the customer.
Property Value
byte[]
InvoiceCode
Gets or sets the invoice code for the customer.
Property Value
IsReseller
Gets or sets a value indicating whether the customer is a reseller.
Property Value
LastName
Gets or sets the last name of the customer.
Property Value
MapCoordinates
Gets or sets the map coordinates for the customer's location.
Property Value
MapZoomLevel
Gets or sets the map zoom level for the customer's location.
Property Value
Meta
Gets or sets the metadata.
Property Value
Mobile
Gets or sets the mobile phone number of the customer.
Property Value
Notes
Gets or sets any additional notes related to the customer.
Property Value
Phone
Gets or sets the phone number of the customer.
Property Value
PostalCode
Gets or sets the postal code of the customer's address.
Property Value
Rating
Gets or sets the rating of the customer.
Property Value
Region
Gets or sets the region of the customer's address.
Property Value
ResellerOrders
Gets or sets the collection of orders placed by the customer as a reseller.
Property Value
Title
Gets or sets the title of the customer.
Property Value
UpdatedAt
Gets or sets the date and time when the customer was last updated.
Property Value
Users
Gets or sets the collection of users associated with the customer.
Property Value
VatCode
Gets or sets the VAT (Value Added Tax) code for the customer.
Property Value
Website
Gets or sets the website URL of the customer.
Property Value
Last updated