示例#1
0
 public static bool IsEnabled(BaseFeature feature)
 {
     return(IsEnabled(feature.GetType()));
 }
示例#2
0
 public void AddConfigurationError(BaseFeature feature, string error)
 {
     Container.ConfigurationErrors.Add(feature.GetType().FullName, error);
 }