See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get actions available to be created via the 'Add' button drop edit in the collection editor dialog.
Namespace: NTier.ComponentModel.DesignAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected override Type[] CreateNewItemTypes() |
Visual Basic |
---|
Protected Overrides Function CreateNewItemTypes As Type() |
Visual C++ |
---|
protected:
virtual array<Type^>^ CreateNewItemTypes() override |
Return Value
Type:
array<Type>[]()[][]
See Also