示例#1
0
		public String DeleteSchedulingEntry(String BeitragID,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.DeleteSchedulingEntry(BeitragID);
			}
示例#2
0
		public DataSet GetSchedulingEntry (String SenderName, System.Guid GuidObject,
					bool TrueIfPixelIncluded, bool CreateNewWithThisGuid, bool GetAllMaterials,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetSchedulingEntry (SenderName, GuidObject,
					TrueIfPixelIncluded, CreateNewWithThisGuid, GetAllMaterials);
			}
示例#3
0
		public DataSet GetAllForBeitrag (String SenderName, String BeitragID, bool TrueIfPixelIncluded,
					bool CreateNewWithThisGuid, bool GetAllMaterials,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetAllForBeitrag(SenderName, BeitragID,
				TrueIfPixelIncluded, CreateNewWithThisGuid, GetAllMaterials);
			}
示例#4
0
		public String GetSystemTime (String ConnectionStringName = Basics.CONN_WPMEDIA_CS )
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetSystemTime();

			}
示例#5
0
		public String GetPictureForBeitrag(String BeitragID,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase ();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetPictureForBeitrag(BeitragID);
			}
示例#6
0
		public DataSet GetVideoFileEntry (String ArchiveID, String ArchiveSubPath, String InsertEntryAs,
					double PlayableLengthInSeconds, bool CheckFileParameter,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetVideoFileEntry(ArchiveID, ArchiveSubPath, InsertEntryAs, PlayableLengthInSeconds,
			                                           CheckFileParameter);
			}
示例#7
0
		public DataSet GetTimingsReducedTable(String DateTimeToCheckString,
					String SelectStatement, String IDName, String TreeIDName,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS )
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetTimingsReducedTable (DateTimeToCheckString,
						SelectStatement, IDName, TreeIDName);
			}
示例#8
0
		public DataSet GetActuallScheduling(String SenderName, DateTime GlobalFrom, DateTime GlobalTo,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetActuallScheduling(SenderName, GlobalFrom, GlobalTo);
			}
示例#9
0
		public DataSet GetBeitraege(DateTime GlobalFrom, DateTime GlobalTo,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetBeitraege(GlobalFrom, GlobalTo);
			}
示例#10
0
		public DataSet GetProgrammIndependentTables(String SenderName,
					String ConnectionStringName = Basics.CONN_WPMEDIA_CS)
			{
			WPMediaDataBase LocalOldDataBase = new WPMediaDataBase();
			LocalOldDataBase.ConnectionStringName = ConnectionStringName;
			return LocalOldDataBase.GetProgrammIndependentTables(SenderName);
			}