Content


NTL
Core
CListItemPropertyList

CListItemPropertyList



List item property list containing all the properties of the IListItem. You may derive your list item property list from this class and add required properties in constructor as well as delete unused ones of the base IListItem.

You can find more information in comments below. Overrided methods can be found in corresponding base class.

class CListItemPropertyList :public CPropertyList
{
public:
    CListItemPropertyList(IPackage *package, IListItem *listitem, IPackageEntity *entity);
};
Namespace: nitisa
Include: Nitisa/Package/ListItems/ListItemPropertyList.h