Beispiel #1
0
 /// <summary>
 /// Template node information.
 /// </summary>
 public TemplateNodeInfo()
 {
     this._templateId                   = null;
     this._locales                      = null;
     this._childs                       = null;
     this._queries                      = null;
     this._groupQueries                 = null;
     this._connectionQueries            = null;
     this._sqlCodeGuardQueries          = null;
     this._idsHierarchyCache            = null;
     this._templateNodeId               = null;
     this._defaultDatabaseAttributeName = null;
     this._mainFormWindowTitle          = null;
     this._treeTitle                    = null;
     this._model = null;
     this.ShowNumberOfRecords      = true;
     this.HideEmptyResultDatabases = false;
 }
		/// <summary>
		/// Template node information.
		/// </summary>
		public TemplateNodeInfo()
		{
			this._templateId                   = null;
			this._locales                      = null;
			this._childs                       = null;
			this._queries                      = null;
			this._groupQueries                 = null;
			this._connectionQueries            = null;
			this._sqlCodeGuardQueries          = null;
			this._idsHierarchyCache            = null;
			this._templateNodeId               = null;
			this._defaultDatabaseAttributeName = null;
			this._mainFormWindowTitle          = null;
			this._treeTitle                    = null;
			this._model                        = null;
			this.ShowNumberOfRecords           = true;
			this.HideEmptyResultDatabases      = false;
		}
Beispiel #3
0
 public Template()
 {
     this._type = null;
     this._mainFormWindowTitle = null;
     this._treeTitle           = null;
 }
Beispiel #4
0
		public Template()
		{
			this._type                = null;
			this._mainFormWindowTitle = null;
			this._treeTitle           = null;
		}