←Select platform

IMasterFormsRepository Interface

Summary

Provides the interface for the Master Form repository providing methods for collecting the Master Forms available in the storage device to be used in AutoFormsEngine.

Syntax

C#
VB
C++
Java
public interface IMasterFormsRepository 
  
Public Interface IMasterFormsRepository  
public interface IMasterFormsRepository 
public interface class IMasterFormsRepository  

Remarks

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.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly