Public Member Functions | |
| void | AddAuthorization (Guid resourceUid, string Account, bool WindowsUser) |
| void | Refresh () |
| EnterpriseResource | FindByName (string resourceName) |
| void | Create (ResourceDataSet resourceDataSet, bool validateOnly, bool autoCheckIn) |
| bool | ContainsKey (Guid resourceGuid) |
| Determine if the guid is present in the resource collection. | |
| void | LoadResourceCustomFields () |
| Load custom field definitions defined for enterprise resources in Project Server. | |
| EnterpriseResource | GetResourceGuidByName (string resourceName) |
| Given a resource name, return its EnterpriseResource object. | |
| ResourceDataSet.ResourcesRow | GetResourceGuidByAccount (string account) |
| ResourceDataSet | ReadResources (string xmlFilter, bool autoCheckout) |
| Read resources from Project Server. | |
| IEnumerator | GetEnumerator () |
Properties | |
| EnterpriseResource | this [int index] [get] |
| Given an index, return the enterprise resource. | |
| CustomFieldDataSet | CustomFieldsDataSet [get] |
| Return the raw PSI custom field dataset. | |
Definition at line 23 of file ResourceCollection.cs.
| bool Mcs.Epm.MicrosoftProject.mpFx.ResourceCollection.ContainsKey | ( | Guid | resourceGuid | ) |
Determine if the guid is present in the resource collection.
| resourceGuid | The guid |
Definition at line 179 of file ResourceCollection.cs.
| EnterpriseResource Mcs.Epm.MicrosoftProject.mpFx.ResourceCollection.GetResourceGuidByName | ( | string | resourceName | ) |
Given a resource name, return its EnterpriseResource object.
| resourceName | Resource name to search for |
Definition at line 208 of file ResourceCollection.cs.
| void Mcs.Epm.MicrosoftProject.mpFx.ResourceCollection.LoadResourceCustomFields | ( | ) |
Load custom field definitions defined for enterprise resources in Project Server.
Definition at line 191 of file ResourceCollection.cs.
| ResourceDataSet Mcs.Epm.MicrosoftProject.mpFx.ResourceCollection.ReadResources | ( | string | xmlFilter, | |
| bool | autoCheckout | |||
| ) |
Read resources from Project Server.
| xmlFilter | The resource filter | |
| autoCheckout | True to check out read resources, false to not |
Definition at line 246 of file ResourceCollection.cs.
CustomFieldDataSet Mcs.Epm.MicrosoftProject.mpFx.ResourceCollection.CustomFieldsDataSet [get] |
EnterpriseResource Mcs::Epm::MicrosoftProject::mpFx.ResourceCollection::this [get] |
Given an index, return the enterprise resource.
Given a resource GUID, return the enterprise resource.
| index | Ordinal |
| resourceGuid | Resource Guid |
Definition at line 59 of file ResourceCollection.cs.
1.5.8