Beispiel #1
0
 public static ServiceDeploymentConfiguration CreateServiceDeploymentConfiguration(global::System.Collections.ObjectModel.ObservableCollection<ServiceSettingsInput> serviceSettings)
 {
     ServiceDeploymentConfiguration serviceDeploymentConfiguration = new ServiceDeploymentConfiguration();
     if ((serviceSettings == null))
     {
         throw new global::System.ArgumentNullException("serviceSettings");
     }
     serviceDeploymentConfiguration.ServiceSettings = serviceSettings;
     return serviceDeploymentConfiguration;
 }
Beispiel #2
0
 partial void OnServiceConfigurationChanging(ServiceDeploymentConfiguration value);