The following tables list the members exposed by IMasterFormsCategory.
| Name | Description | |
|---|---|---|
![]()
| ChildCategories | Gets the sub-categories (child categories) inside this category. |
![]()
| ChildCategoriesCount | Returns the number of sub-categories (child categories) in ChildCategories. |
![]()
| MasterForms | Gets the Master Forms inside this category. |
![]()
| MasterFormsCount | Returns the number of Master Forms in MasterForms. |
![]()
| Name | Returns the category name. |
![]()
| Parent | Gets the parent of the IMasterFormsCategory object. |
![]()
| Repository | Gets the IMasterFormsRepository to which this IMasterFormsCategory belongs. |
| Name | Description | |
|---|---|---|
![]()
| AddChildCategory | Adds a new sub-category (child category) to this category in both the storage device and ChildCategories. |
| AddMasterForm | Overloaded. Adds a new Master Form to this category in both the storage device and MasterForms. |
![]()
| Clear | Removes all Master Forms and sub-categories (child categories) from MasterForms and ChildCategories and deletes them from the storage device. |
![]()
| DeleteChildCategory | Removes the specified sub-category (child category) from ChildCategories and deletes it from the storage device. |
![]()
| DeleteMasterForm | Removes the specified Master Form from MasterForms and deletes it from the storage device. |

