HistoricalCommunication Class

Model for communication history.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class HistoricalCommunication
Inheritance
Object    HistoricalCommunication

Constructors

HistoricalCommunicationInitializes a new instance of the HistoricalCommunication class

Properties

Completed Indicates whether the communication was completed [Completada].
Reference Communication related reference [Referencia].
ReferenceId Communication related reference identifier [IdReferencia].
Response Communication response content [Respuesta].
Send Content of communication sending [Envio].
Source Communication origin [Origen].
Table Communication related table [Tabla].
Target Communication destination [Destino].
Type Communication type [Tipo].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also