See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get a list of form titles and the number of fields and grids for each.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string[] FormSummary { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FormSummary As String() Get |
| Visual C++ |
|---|
public: property array<String^>^ FormSummary { array<String^>^ get (); } |