Leadtools.Forms.Auto Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DiskMasterFormsCategory Class
See Also  Members  
Leadtools.Forms.Auto Namespace : DiskMasterFormsCategory Class



Implements the IMasterFormsCategory interface for categories stored on the local disk. It provides methods to add and delete Master Forms and categories on the local disk.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class DiskMasterFormsCategory 
   Implements IMasterFormsCategory 
Visual Basic (Usage)Copy Code
Dim instance As DiskMasterFormsCategory
C# 
public class DiskMasterFormsCategory : IMasterFormsCategory  
C++/CLI 
public ref class DiskMasterFormsCategory : public IMasterFormsCategory  

Remarks

This class is the LEADTOOLS implementation for the IMasterFormsCategory interface for Master Forms stored on the local disk. You can create custom implementations for specific storage requirements.

The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

DiskMasterFormsCategory represents a directory on the local disk. Each directory may have Master Forms and sub-directories. the contents of the DiskMasterFormsCategory object should reflect what is inside the directory on the local disk.

DiskMasterFormsCategory will have the Master Forms and Categories organized in the same way that they are stored on the local disk. If any modification is done to the local disk such as adding/deleting files and categories without using Leadtools.Forms.Auto Namespace, IMasterFormsRepository.Refresh of this category repository should be called to reflect these change to the DiskMasterFormsCategory object.

Inheritance Hierarchy

System.Object
   Leadtools.Forms.Auto.DiskMasterFormsCategory

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features