Public Types | |
| enum | AttributeTypes { None, LookupTable, Formula } |
| The attribute type. More... | |
| enum | DisplayTypes { None, Data, GraphicalIndicators } |
Public Member Functions | |
| CustomFieldDefinition (string name) | |
| Create an instance of CustomFieldDefinition with its name set. | |
| CustomFieldDefinition (CustomFieldDataSet.CustomFieldsRow customField) | |
| Given a CustomFieldDataSet.CustomFieldsRow, create an instance of CustomFieldDefinition. | |
Properties | |
| CustomField.Type | Type [get, set] |
| Basic properties. | |
| Guid | EntityGuid [get, set] |
| Guid | Guid [get, set] |
| string | Name [get, set] |
| bool | IsRequired [get, set] |
| AttributeTypes | AttributeType [get, set] |
| DisplayTypes | DisplayType [get, set] |
| Guid | LookupTableGuid [get, set] |
| Guid | DefaultValueGuid [get, set] |
| bool | LeafOnly [get, set] |
| CustomField.AcceptableMaxValues | MultiSelect [get, set] |
| string | Formula [get, set] |
| string | ProjectSummaryCriteriaString [get, set] |
| string | SummaryTaskCriteriaString [get, set] |
| string | NonSummaryCriteriaString [get, set] |
| bool | ShowValuesInTooltip [get, set] |
Definition at line 21 of file CustomFieldDefinition.cs.
| Mcs.Epm.MicrosoftProject.mpFx.CustomFieldDefinition.CustomFieldDefinition | ( | string | name | ) |
Create an instance of CustomFieldDefinition with its name set.
| name | The custom field's name |
Definition at line 50 of file CustomFieldDefinition.cs.
| Mcs.Epm.MicrosoftProject.mpFx.CustomFieldDefinition.CustomFieldDefinition | ( | CustomFieldDataSet.CustomFieldsRow | customField | ) |
Given a CustomFieldDataSet.CustomFieldsRow, create an instance of CustomFieldDefinition.
| customField | CustomFieldDataSet.CustomFieldsRow object |
Definition at line 59 of file CustomFieldDefinition.cs.
CustomField.Type Mcs.Epm.MicrosoftProject.mpFx.CustomFieldDefinition.Type [get, set] |
1.5.8