C# 클래스 SobekCM.Engine_Library.Settings.Builder_Settings_Builder

Creates the builder settings, which holds data that is used by the builder
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Refresh ( Builder_Settings SettingsObject, DataSet SobekCM_Settings, bool IncludeModuleDescriptions, int DataTableOffset ) : bool

Refreshes the specified builder settings object, from the information pulled from the database

비공개 메소드들

메소드 설명
Set_Builder_Folders ( Builder_Settings SettingsObject, DataTable BuilderFoldersTable, Dictionary FolderToSetDictionary ) : void
Set_NonScheduled_Modules ( Builder_Settings SettingsObject, DataTable BuilderFoldersTable, Dictionary SetidToModules, bool IncludeModuleDescriptions ) : void

메소드 상세

Refresh() 공개 정적인 메소드

Refreshes the specified builder settings object, from the information pulled from the database
public static Refresh ( Builder_Settings SettingsObject, DataSet SobekCM_Settings, bool IncludeModuleDescriptions, int DataTableOffset ) : bool
SettingsObject SobekCM.Core.Settings.Builder_Settings Current builer settings object to refresh
SobekCM_Settings System.Data.DataSet Dataset of all the builder settings, from the instance database
IncludeModuleDescriptions bool Flag indicates if the module descriptions should be included for human readability
DataTableOffset int If some previous tables exist, and should be skipped, set this to a non-zero value
리턴 bool