Beispiel #1
0
        public static SetupServiceSettings FromStsSettings(StsSettings stsSettings)
        {
            var result = new SetupServiceSettings();

            result.ServiceId = stsSettings.SolutionServiceId;
            result.OwnerId   = stsSettings.SolutionOwnerId;
            return(result);
        }
Beispiel #2
0
 public void AddStsSettings(StsSettings stsSettings)
 {
     _settingsJson.StsSettings = JToken.FromObject(stsSettings);
 }