Public Member Functions | |
| CustomFieldSelectorForm (ProjectServer projectServer, Guid entityGuid, Dictionary< Guid, string > selectedFields) | |
| Construct an instance of CustomFieldSelectoForm. | |
Properties | |
| Dictionary< Guid, string > | SelectedFields [get] |
Definition at line 22 of file CustomFieldSelectorForm.cs.
| Mcs.Epm.MicrosoftProject.mpFx.WinForms.CustomFieldSelectorForm.CustomFieldSelectorForm | ( | ProjectServer | projectServer, | |
| Guid | entityGuid, | |||
| Dictionary< Guid, string > | selectedFields | |||
| ) |
Construct an instance of CustomFieldSelectoForm.
| projectServer | The project server object (mpFx) | |
| entityGuid | The entity Guid (NOT USED IN THIS VERSION OF MPFX) | |
| selectedFields | A collection of current selected fields |
Definition at line 41 of file CustomFieldSelectorForm.cs.
1.5.8