Beispiel #1
0
 // Cannot use IConfigurable/ISyncable interfaces since the setters are internal
 public static void SetParentConfigState(IEnumerable <ServiceQuota> children, QuotaConfigurationState configState)
 {
     if (children != null)
     {
         foreach (var child in children)
         {
             child.ConfigState = configState;
         }
     }
 }
Beispiel #2
0
 // Cannot use IConfigurable/ISyncable interfaces since the setters are internal
 public static void SetParentConfigState(IEnumerable<ServiceQuota> children, QuotaConfigurationState configState)
 {
     if (children != null)
     {
         foreach (var child in children)
         {
             child.ConfigState = configState;
         }
     }
 }