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 IMasterFormsCategory.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. |
![]() | Clear | Removes all Master Forms and sub-categories (child categories) from IMasterFormsCategory.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 IMasterFormsCategory.MasterForms and deletes it from the storage device. |