élèves publiques ()
[global : : System.Data.Linq.Mapping.ColumnAttribute (Storage= " _person_id ", DbType= " char (8) NON NUL ", CanBeNull=false, IsPrimaryKey=true)]
person_id public de corde
{
obtenir
{
renvoyer ceci. _person_id ;
}
placer
{
si ((ceci. _person_id ! = valeur))
{
ceci. Onperson_idChanging (valeur) ;
this.SendPropertyChanging () ;
ceci. _person_id = valeur ;
this.SendPropertyChanged (« person_id ») ;
ceci. Onperson_idChanged () ;
}
}
}
.
.
. le class= >