ALM Open Test Architecture API Type Library Version 12.55
ICustomizationType Interface
Members 
Description
Deprecated. Use ICustomizationSubtype. Represents the Customization type of an entity.
Remarks

Customization types serve to categorize items of the entity type to which they apply. For example, requirement types may include Documentation, Software, Test, and so on. For the details of types defined in your project, look at the custom lists.

An example of a customization type is CustomizationReqType.

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 IconThe bitmap stream for type icon.
Public Property IDThe CustomizationType ID.
Public Property NameThe CustomizationType name.
See Also

ICustomizationType Members