Example #1
0
 private bool setStato(ItemEventoStato stato)
 {
     if (this.statoInternal <= stato)
     {
         statoInternal = stato;
         return(true);
     }
     return(false);
 }
Example #2
0
 public ItemEvento()
 {
     this.statoInternal       = ItemEventoStato.OK;
     this.descrizioneInternal = String.Empty;
 }