コード例 #1
0
 public OVIngreepMeldingChangingMessage(PrioIngreepModel ingreep, string faseCyclus, PrioIngreepInUitMeldingVoorwaardeTypeEnum type)
 {
     FaseCyclus  = faseCyclus;
     Ingreep     = ingreep;
     MeldingType = type;
 }
コード例 #2
0
 public PrioIngreepInUitMeldingVoorwaardeTypeEnumWrapper(PrioIngreepInUitMeldingVoorwaardeTypeEnum value)
 {
     Value       = value;
     Description = Value.GetDescription();
 }