CustomizationReqType Object
Description
A Customization type of the requirement entity.
Remarks

Requirement types serve to categorize requirements. For example, types may include Business, Functional, Testing, and so on. For the list of types defined in your project, look at the Requirement Type custom list.

Get a reference to a CustomizationReqType with CustomizationTypes.GetEntityCustomizationType or from the list returned by CustomizationTypes.GetEntityCustomizationTypes.

Public Methods
Public Method AddFieldAdds a new CustomizationTypedField.
Public Method RemoveFieldRemoves the CustomizationTypedField specified by FieldName from this type.
Public Properties
Public Property EditingControlThe editing control CLSID for COM or the fully qualified assembly name for .NET.
Public Property FieldGets the CustomizationTypedField specified by FieldName.
Public Property FieldsThe list of CustomizationTypedField objects for this type.
Public Property HasDirectCoverageIndicates if this requirement type supports direct coverage by tests or test instances.
Public Property IconThe bitmap stream for type icon.
Public Property IDThe CustomizationType ID.
Public Property IsTemplateChecks whether the customization item originated from the project template.
Public Property NameThe CustomizationType name.
Public Property RichTextTemplateRich text document template of the requirement type.
Public Property RiskAnalysisTypeThe Type of the Risk Analysis that is applicable to this requirement.
See Also