Public Member Functions | |
| Calendars (ProjectServer parent) | |
| Create an instance of Calendars. | |
| IEnumerator< Guid > | GetEnumerator () |
Properties | |
| internal ProjectServer | Parent [get, set] |
| Dictionary< Guid, string > | CalendarsCollection [get, set] |
| Get a simple dictionary of calendar GUIDs and Names. | |
Definition at line 22 of file Calendars.cs.
| Mcs.Epm.MicrosoftProject.mpFx.Calendars.Calendars | ( | ProjectServer | parent | ) |
Create an instance of Calendars.
| parent | Parent Object |
Definition at line 36 of file Calendars.cs.
| IEnumerator<Guid> Mcs.Epm.MicrosoftProject.mpFx.Calendars.GetEnumerator | ( | ) |
summary> Returns an enumerator that iterates through a collection. /summary>
returns> An T:System.Collections.IEnumerator object that can be used to iterate through the collection. /returns> filterpriority>2</filterpriority>
Definition at line 88 of file Calendars.cs.
Dictionary<Guid, string> Mcs.Epm.MicrosoftProject.mpFx.Calendars.CalendarsCollection [get, set] |
Get a simple dictionary of calendar GUIDs and Names.
summary> Returns an enumerator that iterates through the collection. /summary>
returns> A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection. /returns> filterpriority>1</filterpriority>
Definition at line 60 of file Calendars.cs.
1.5.8