See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected virtual FormShowNewAction NewNewActionForRelationDrop(
IEntitySetSource newEntitySource,
Type editingFormOrFormFactoryType
) |
Visual Basic |
---|
Protected Overridable Function NewNewActionForRelationDrop (
newEntitySource As IEntitySetSource,
editingFormOrFormFactoryType As Type
) As FormShowNewAction |
Visual C++ |
---|
protected:
virtual FormShowNewAction^ NewNewActionForRelationDrop(
IEntitySetSource^ newEntitySource,
Type^ editingFormOrFormFactoryType
) |
Parameters
- newEntitySource
- Type: IEntitySetSource
- editingFormOrFormFactoryType
- Type: System..::..Type
Return Value
Type:
FormShowNewAction
See Also