Example #1
0
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="SlugGenerationQueueInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="SlugGenerationQueueInfo"/> to be set.</param>
 public static void SetSlugGenerationQueueInfo(SlugGenerationQueueInfo infoObj)
 {
     // Set required field if not set.
     if (DataHelper.GetNull(infoObj.GetValue("SlugGenerationQueueRunning")) == null)
     {
         infoObj.SlugGenerationQueueRunning = false;
     }
     ProviderObject.SetInfo(infoObj);
 }
Example #2
0
 /// <summary>
 /// Sets specified <see cref="PageBuilderContainerSiteInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="PageBuilderContainerSiteInfo"/> to set.</param>
 public static void SetPageBuilderContainerSiteInfo(PageBuilderContainerSiteInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
Example #3
0
 /// <summary>
 /// Sets specified <see cref="TreeCategoryInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="TreeCategoryInfo"/> to set.</param>
 public static void SetTreeCategoryInfo(TreeCategoryInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="RedirectionTableInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="RedirectionTableInfo"/> to be set.</param>
 public static void SetRedirectionTableInfo(RedirectionTableInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
     UpdateCache();
 }
Example #5
0
 /// <summary>
 /// Sets specified <see cref="NodeRegionInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="NodeRegionInfo"/> to set.</param>
 public static void SetNodeRegionInfo(NodeRegionInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="WildcardUrlInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="WildcardUrlInfo"/> to be set.</param>
 public static void SetWildcardUrlInfo(WildcardUrlInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="AppointmentInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="AppointmentInfo"/> to be set.</param>
 public static void SetAppointmentInfo(AppointmentInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
Example #8
0
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="CustomMetricInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="CustomMetricInfo"/> to be set.</param>
 public static void SetCustomMetricInfo(CustomMetricInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
Example #9
0
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="ExampleModuleClassInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="ExampleModuleClassInfo"/> to be set.</param>
 public static void SetExampleModuleClassInfo(ExampleModuleClassInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets specified <see cref="FooCategoryInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="FooCategoryInfo"/> to set.</param>
 public static void SetFooCategoryInfo(FooCategoryInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="UrlSlugInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="UrlSlugInfo"/> to be set.</param>
 public static void SetUrlSlugInfo(UrlSlugInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
Example #12
0
 public static void SetUserWidgetInfo(UserWidgetInfo infoObj) => ProviderObject.SetInfo(infoObj);
Example #13
0
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="DoctorInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="DoctorInfo"/> to be set.</param>
 public static void SetDoctorInfo(DoctorInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }
 /// <summary>
 /// Sets (updates or inserts) specified <see cref="UrlSlugStagingTaskIgnoreInfo"/>.
 /// </summary>
 /// <param name="infoObj"><see cref="UrlSlugStagingTaskIgnoreInfo"/> to be set.</param>
 public static void SetUrlSlugStagingTaskIgnoreInfo(UrlSlugStagingTaskIgnoreInfo infoObj)
 {
     ProviderObject.SetInfo(infoObj);
 }