Component property list with all component properties added.
You can find more information in comments below. Overrided methods can be found in corresponding base class.
class CComponentPropertyList :public CPropertyList
{
public:
CComponentPropertyList(IPackage *package, IComponent *component, IPackageEntity *entity); // Create property list with all component properties
};
Namespace: | nitisa |
Include: | Nitisa/Package/PropertyLists/ComponentPropertyList.h |