Beispiel #1
0
 public GeneralSetting(GeneralSettingEntryType associatedEntryType, String settingValue)
 {
     this.Type  = associatedEntryType;
     this.Value = settingValue;
 }
Beispiel #2
0
 private GeneralSetting CreateGeneralSetting(GeneralSettingEntryType associatedEntryType, String value)
 {
     return(new GeneralSetting(associatedEntryType, value));
 }