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

Use this constructor to provide the entity to edit and the form type in code.

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

Syntax

C#
public FormShowAction(
	IEntitySetSource entityToEditSource,
	Type editingFormOrFormFactoryType
)
Visual Basic
Public Sub New ( 
	entityToEditSource As IEntitySetSource,
	editingFormOrFormFactoryType As Type
)
Visual C++
public:
FormShowAction(
	IEntitySetSource^ entityToEditSource, 
	Type^ editingFormOrFormFactoryType
)

Parameters

entityToEditSource
Type: IEntitySetSource
The entity that is to be edited on the form.
editingFormOrFormFactoryType
Type: System..::..Type
The form or form factory type that is used to edit the entity.

See Also