Click or drag to resize
Infosoft Logo

CustomerRelationExchange Class

A CustomerRelation represents a relation between a customer and some other entity.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.CustomersCustomerRelationExchange

Namespace: Infosoft.Common.Contracts.DataContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class CustomerRelationExchange

The CustomerRelationExchange type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalValue Gets or sets an additional value to store alongside the reference.
Public propertyAudit Gets or sets the audit values for the customer relation.
Public propertyCustomerNumber Gets or sets the customer number.
Public propertyCustomerRelationId Gets or sets the customer relation ID.
Public propertyReference Gets or sets the reference to store for the relation.
Public propertyRelationTypeCode Gets or sets the relation type code.
Public propertySource Gets or sets the source.
Public propertyTitleCode Gets or sets the title code.
Top
See Also