//------------------------------------------------------------------------------
//
// Ce code a été généré à partir d'un modèle.
//
// Des modifications manuelles apportées à ce fichier peuvent conduire à un comportement inattendu de votre application.
// Les modifications manuelles apportées à ce fichier sont remplacées si le code est régénéré.
//
//------------------------------------------------------------------------------
namespace MALDFGASSURANCE.Models
{
using System;
using System.Collections.Generic;
public partial class BONCHARGE
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public BONCHARGE()
{
this.PROFORMAT = new HashSet();
}
public int IDPRISECHARGE { get; set; }
public string INFORMATION { get; set; }
public string CODE_ACTE { get; set; }
public Nullable IDTAUX { get; set; }
public Nullable PLAFOND { get; set; }
public Nullable DATEDEBUT { get; set; }
public Nullable DATEFIN { get; set; }
public bool STATUT { get; set; }
public Nullable ETAT { get; set; }
public Nullable DUREE { get; set; }
public Nullable IDTYPEDUREE { get; set; }
public virtual ACTE ACTE { get; set; }
public virtual TAUXCOUVERTURE TAUXCOUVERTURE { get; set; }
public virtual TYPEDUREE TYPEDUREE { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection PROFORMAT { get; set; }
}
}