Пример #1
0
 /// <summary>
 /// Returns an existing application component instance by its ComponentCommonName or null. The search is case-insensitive
 /// </summary>
 public IApplicationComponent GetComponentByCommonName(string name)
 {
     return(ApplicationComponent.GetAppComponentByCommonName(this, name));
 }
Пример #2
0
 /// <summary>
 /// Returns an existing application component instance by its ComponentCommonName or null. The search is case-insensitive
 /// </summary>
 public IApplicationComponent GetComponentByCommonName(string name)
 => ApplicationComponent.GetAppComponentByCommonName(this, name);