Visual Basic (Declaration) | |
---|---|
Public Interface IMasterFormsRepository |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public interface IMasterFormsRepository |
C++/CLI | |
---|---|
public interface class IMasterFormsRepository |
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Master Forms are usually stored in categories, each category may have multiple Master Forms, and each Master Form has attributes, may have fields, and may have the Master Form image.
It is recommended that the class that implements this interface to keep the hierarchy of the Master Forms as they are stored, so the user will be familiar with its hierarchy.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family