Click or drag to resize

CommunicationPartialEntity Class

A customer communication.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CommunicationCommunicationPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Communication
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CommunicationPartialEntity : IntegrationEntity

The CommunicationPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationPartialEntity
Initializes a new instance of the CommunicationPartialEntity class.
Public methodCommunicationPartialEntity(CommunicationEntity)
Initializes a new instance of the CommunicationPartialEntity class.
Top
Properties
  NameDescription
Public propertyClosedDate
Gets or sets the closed date.
Public propertyClosedTime
Gets or sets the closed time.
Public propertyCommunicationId
Gets or sets the communication identifier.
Public propertyCommunicationMethod
Gets or sets the communication method.
Public propertyCommunicationOutcome
Gets or sets the communication outcome.
Public propertyCommunicationType
Gets or sets the type of the communication.
Public propertyCommunicationTypeId
Gets or sets the communication type identifier.
Public propertyContactId
Gets or sets the contact identifier.
Public propertyCustomer
Gets or sets the customer.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyDate
Gets or sets the date.
Public propertyExternalReference
Gets or sets the external reference.
Public propertyNotes
Gets or sets the notes.
Public propertyOutcomeNotes
Gets or sets the outcome notes.
Public propertyOwnerSysUser
Gets or sets the owner system user.
Public propertyReviewDate
Gets or sets the review date.
Public propertyTime
Gets or sets the time.
Top
Methods
  NameDescription
Public methodGetId
Returns EntityObject the primary key id of the object, or null
Top
See Also