HistoricalData Class

Model for recording historical data.

Definition

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

Constructors

HistoricalDataInitializes a new instance of the HistoricalData class

Properties

Detail Detail of the history record [Detalle].
Reference Reference related to the history record [Referencia].
ReferenceId Reference identifier related to the history record [IdReferencia].
Table Table related to the history record [Tabla].
Type Type of history.

Extension Methods

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

See Also