//------------------------------------------------------------------------------
//
// 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 CD67.FicheCollege.Entity
{
using System;
using System.Collections.Generic;
public partial class plan
{
public string nom { get; set; }
public string chemincomplet { get; set; }
public Nullable zoommin { get; set; }
public Nullable zoommax { get; set; }
public string format { get; set; }
public Nullable ordre { get; set; }
public Nullable etiquette { get; set; }
public Nullable tailleetiquette { get; set; }
public string champetiquette { get; set; }
public string symbol { get; set; }
public string symbolfont { get; set; }
public Nullable symbolsize { get; set; }
public Nullable symbolcolor { get; set; }
public Nullable symbolangle { get; set; }
public Nullable symbolhalo { get; set; }
public Nullable symbolbox { get; set; }
public Nullable symbolbkgcolor { get; set; }
public Nullable symbolshadow { get; set; }
public Nullable symbolitalic { get; set; }
public Nullable symbolbold { get; set; }
public Nullable linestyle { get; set; }
public Nullable linecolor { get; set; }
public Nullable lineunit { get; set; }
public Nullable linewidth { get; set; }
public Nullable lineinterleaved { get; set; }
public Nullable regionbackcolor { get; set; }
public string regionbordercolor { get; set; }
public string regionborderstyle { get; set; }
public string regionborderwidth { get; set; }
public string regionborderwidthunit { get; set; }
public Nullable regioncolor { get; set; }
public Nullable regionpattern { get; set; }
public Nullable regiontransparent { get; set; }
public Nullable sansrepgraphique { get; set; }
public Nullable visible { get; set; }
public string policeetiquette { get; set; }
public Nullable couleuretiquette { get; set; }
public Nullable typereprgraphique { get; set; }
public int id { get; set; }
public string nomalias { get; set; }
public string symbolbitmapname { get; set; }
public Nullable symbolbitmapsize { get; set; }
public Nullable symbolbitmaptransparent { get; set; }
public Nullable symbolcharacter { get; set; }
public Nullable symboltype { get; set; }
}
}