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