コード例 #1
0
 /// <summary>
 /// Returns <see cref="PageBuilderContainerInfo"/> with specified name.
 /// </summary>
 /// <param name="name"><see cref="PageBuilderContainerInfo"/> name.</param>
 public static PageBuilderContainerInfo GetPageBuilderContainerInfo(string name)
 {
     return(ProviderObject.GetInfoByCodeName(name));
 }
コード例 #2
0
 /// <summary>
 /// Returns <see cref="ExampleModuleClassInfo"/> with specified name.
 /// </summary>
 /// <param name="name"><see cref="ExampleModuleClassInfo"/> name.</param>
 public static ExampleModuleClassInfo GetExampleModuleClassInfo(string name)
 {
     return(ProviderObject.GetInfoByCodeName(name));
 }
コード例 #3
0
 public static UserWidgetInfo GetUserWidgetInfo(string name) => ProviderObject.GetInfoByCodeName(name);
コード例 #4
0
 /// <summary>
 /// Returns <see cref="CustomMetricInfo"/> with specified name.
 /// </summary>
 /// <param name="name"><see cref="CustomMetricInfo"/> name.</param>
 public static CustomMetricInfo GetCustomMetricInfo(string name)
 {
     return(ProviderObject.GetInfoByCodeName(name));
 }
コード例 #5
0
 /// <summary>
 /// Returns <see cref="DoctorInfo"/> with specified name.
 /// </summary>
 /// <param name="name"><see cref="DoctorInfo"/> name.</param>
 public static DoctorInfo GetDoctorInfo(string name)
 {
     return(ProviderObject.GetInfoByCodeName(name));
 }