Пример #1
0
		public static bool CacheStoreMaterialBlobContentDataBaseCommand (String SQLStatementParameter,
			RootDataClass ConnectedDataClass, String OriginalFileNameParameter,
			MemoryStream MeoryStreamContentParameter, String TypParameter)
			{
			RootDataClassLateDBHandler ActiveEntry = new RootDataClassLateDBHandler ();
			ActiveEntry.DataClass = ConnectedDataClass;
			ActiveEntry.OriginalFileName = OriginalFileNameParameter;
			ActiveEntry.Typ = TypParameter;
			ActiveEntry.DataBaseStatement = SQLStatementParameter;
			ActiveEntry.MemoryStreamContent = new MemoryStream();
			MeoryStreamContentParameter.CopyTo(ActiveEntry.MemoryStreamContent);
			ActiveEntry.MemoryStreamContent.Seek (0, SeekOrigin.Begin);
			ListOfProcessableEntries.Add(ActiveEntry);
			return true;
			}
Пример #2
0
        private void LoadCacheInstancen()
            {
            ConnectorenHandlingInstance = new ConnectorenHandling();
            SearchInformationenModellInstance = new SearchInformationenModell();
            AdressenCacheInstance = new AdressenCache();
			HaeuserCacheInstance = new HaeuserCache();
			StrassenNameCacheInstance = new StrassenNamenCache();
			StrassenSchreibweisenCacheInstance = new StrassenSchreibweisenCache();
			AdressenFullCacheInstance = new AdressenFullCache();
			ZielGruppenCacheInstance = new ZielGruppenCache();
			OrganisationenCacheInstance = new OrganisationenCache();
			CommonSearchClassCacheInstance = new CommonSearchClassCache();
			DataTemplatesDescriptionCacheInstance = new DataTemplatesDescriptionCache();
			TypCacheInstance = new TypCache();
			StandBildMappingFullCacheInstance = new StandBildMappingFullCache();
			StandBildMappingCacheInstance = new StandBildMappingCache();
			TreeEntryClassCacheInstance = new TreeEntryClassCache();
			RootDataTemplatesCacheInstance = new RootDataTemplatesCache ();
			TimingTypenCacheInstance = new TimingTypenCache ();
			AccessRightsCacheInstance = new AccessRightsCache();
			RootDataClassCacheInstance = new RootDataClassCache();
			DataDependencyCacheInstance = new DataDependencyCache();
			PhysicalDataElementCacheInstance = new PhysicalDataElementCache();
			DataElementeTemplatesCacheInstance = new DataElementeTemplatesCache();
			FullDataElementeTemplatesCacheInstance = new FullDataElementeTemplatesCache();
			ChapterBaseCacheInstance = new ChapterBaseCache();
			StandBildDataTableCacheInstance = new StandBildDataTableCache();
			TableDefinitionsCacheInstance = new TableDefinitionsCache();
			RootDataClassLateDBHandlerInstance = new RootDataClassLateDBHandler ();
			InformationenZuZielGruppenCacheInstance = new InformationenZuZielGruppenCache ();
			EventCacheInstance = new EventCache ();
			MaterialienCacheInstance = new MaterialienCache ();
			StrassenNamenCacheInstance = new StrassenNamenCache ();
			UseForTypCacheInstance = new UseForTypCache();
			UseForRootDataTemplatesCacheInstance = new UseForRootDataTemplatesCache();
			DefaultFillingsCacheInstance = new DefaultFillingsCache ();
			FullUseForTypCacheInstance = new FullUseForTypCache();
			FullUseForRootDataTemplatesCacheInstance = new FullUseForRootDataTemplatesCache ();
			FullDataDependencyCacheInstance = new FullDataDependencyCache();
			}