See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the types to show in the intellisense list.
Namespace: NTier.Design.TypeIntellisenseAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected virtual IEnumerable<Type> GetTypesToAutoList() |
| Visual Basic |
|---|
Protected Overridable Function GetTypesToAutoList As IEnumerable(Of Type) |
| Visual C++ |
|---|
protected: virtual IEnumerable<Type^>^ GetTypesToAutoList() |