Leadtools.Forms.Auto Namespace : DiskMasterFormsCategory Class |
public class DiskMasterFormsCategory : IMasterFormsCategory
'Declaration Public Class DiskMasterFormsCategory Implements IMasterFormsCategory
'Usage Dim instance As DiskMasterFormsCategory
public sealed class DiskMasterFormsCategory : IMasterFormsCategory
function Leadtools.Forms.Auto.DiskMasterFormsCategory()
public ref class DiskMasterFormsCategory : public IMasterFormsCategory
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 or deleting files and categories without using Leadtools.Forms.Auto, Refresh of this category repository should be called to reflect these change to the DiskMasterFormsCategory object.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2