See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected override Object GetEntityToEdit(
	Object unbranchedEditEntitySource,
	Object editEntitySource
)
Visual Basic
Protected Overrides Function GetEntityToEdit ( 
	unbranchedEditEntitySource As Object,
	editEntitySource As Object
) As Object
Visual C++
protected:
virtual Object^ GetEntityToEdit(
	Object^ unbranchedEditEntitySource, 
	Object^ editEntitySource
) override

Parameters

unbranchedEditEntitySource
Type: System..::..Object
editEntitySource
Type: System..::..Object

Return Value

Type: Object

See Also