Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection Class Reference

A collection class for ProjectCCustomFields. More...

List of all members.

Public Member Functions

bool ContainsKey (Guid key)

Static Public Member Functions

static bool TryGetFieldValueInformation (ProjectServer projectServer, CustomFieldDataSet.CustomFieldsRow customFieldDefinition, ProjectDataSet.ProjectCustomFieldsRow customField, bool multiLang, out object value, out CustomFieldValueType type)
 Given a custom field definition and a resource custom field, attempt to get the value and type.

Properties

ProjectCustomField this [Guid fieldGuid] [get]
 For a given field GUID, retrieve the ResourceCustomField.


Detailed Description

A collection class for ProjectCCustomFields.

Definition at line 25 of file ProjectCustomFieldsCollection.cs.


Member Function Documentation

bool Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.ContainsKey ( Guid  key  ) 

summary> Adds an item to the T:System.Collections.Generic.ICollection`1. /summary>

param name="item">The object to add to the T:System.Collections.Generic.ICollection`1.

exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"> is read-only.

Definition at line 193 of file ProjectCustomFieldsCollection.cs.

static bool Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.TryGetFieldValueInformation ( ProjectServer  projectServer,
CustomFieldDataSet.CustomFieldsRow  customFieldDefinition,
ProjectDataSet.ProjectCustomFieldsRow  customField,
bool  multiLang,
out object  value,
out CustomFieldValueType  type 
) [static]

Given a custom field definition and a resource custom field, attempt to get the value and type.

Parameters:
projectServer ProjectServer object
customFieldDefinition Custom field definition
customField Resource custom field
value Out value containing the custom field value if successfull
type Out value containong the data type if successfull
Returns:
True for success, false if not

Definition at line 38 of file ProjectCustomFieldsCollection.cs.


Property Documentation

ProjectCustomField Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.this[Guid fieldGuid] [get]

For a given field GUID, retrieve the ResourceCustomField.

Parameters:
fieldGuid GUID of field to retrieve
Returns:

Definition at line 141 of file ProjectCustomFieldsCollection.cs.


The documentation for this class was generated from the following file:

Generated on Sat Jan 24 13:32:10 2009 for mpFx by  doxygen 1.5.8