The following tables list the members exposed by DiskMasterFormsCategory.
Public Methods
Name | Description | |
---|---|---|
AddChildCategory | Adds a new sub-category (child category) to this category on both the local disk and in ChildCategories. | |
AddMasterForm | Adds a new Master Form to this category in both the local disk and MasterForms. | |
Clear | Removes all Master Forms in MasterForms and all child categories from ChildCategories and deletes them all from the local disk. | |
DeleteChildCategory | Removes the first appearance of the specified category object from ChildCategories and deletes it from the local disk. | |
DeleteMasterForm | Removes the first appearance of the specified Master Form object from MasterForms and deletes it from the local disk. |
Public Properties
Name | Description | |
---|---|---|
ChildCategories | Gets a collection of child categories that this category contains. | |
ChildCategoriesCount | Returns the number of categories contained in ChildCategories. | |
MasterForms | Gets a collection of Master Forms in this category. | |
MasterFormsCount | Returns the number of categories contained in MasterForms. | |
Name | Returns the category name. | |
Parent | Gets the parent of the DiskMasterFormsCategory object. | |
Path | Gets the path of this category on the local disk. | |
Repository | Gets the DiskMasterFormsRepository to which this DiskMasterFormsCategory belongs. |