See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the entity data that is used as the source to the entity/collection that will be shown on the form.
This entity is branched before it is shown on the form, and GetEntityToEdit is used with the
branched data to get the actual entity/collection that is shown on the form.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected virtual Object GetEntityToEditSource() |
Visual Basic |
---|
Protected Overridable Function GetEntityToEditSource As Object |
Visual C++ |
---|
protected:
virtual Object^ GetEntityToEditSource() |
Return Value
Type:
Object
See Also