00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 namespace Mcs.Epm.MicrosoftProject.mpFx
00013 {
00014
00015
00016
00017 public static class LocalServicePaths
00018 {
00019 #region Public Static Constants
00020
00021 public static readonly string SiteDataWebService = "SiteData.asmx";
00022 public static readonly string CustomFieldsService = "PSI/CustomFields.asmx";
00023 public static readonly string FormsLoginService = "PSI/LoginForms.asmx";
00024 public static readonly string LookupTableService = "PSI/LookupTable.asmx";
00025 public static readonly string ProjectService = "PSI/Project.asmx";
00026 public static readonly string QueueService = "PSI/QueueSystem.asmx";
00027 public static readonly string ResourceService = "PSI/Resource.asmx";
00028 public static readonly string WindowsLoginService = "PSI/LoginWindows.asmx";
00029 public static readonly string CalendarsService = "PSI/Calendar.asmx";
00030 public static readonly string SecurityWebService = "PSI/Security.asmx";
00031 public static readonly string StatusingWebService = "PSI/Statusing.asmx";
00032 public static readonly string AdminWebService = "PSI/Admin.asmx";
00033 public static readonly string TimesheetWebService = "PSI/timesheet.asmx";
00034 public static readonly string EventsWebService = "PSI/events.asmx";
00035
00036 #endregion
00037 }
00038
00039 }