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

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

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

Syntax

C#
public FormShowNewAction(
	Object collectionSource,
	Type editingFormOrFormFactoryType
)
Visual Basic
Public Sub New ( 
	collectionSource As Object,
	editingFormOrFormFactoryType As Type
)
Visual C++
public:
FormShowNewAction(
	Object^ collectionSource, 
	Type^ editingFormOrFormFactoryType
)

Parameters

collectionSource
Type: System..::..Object
The entity collection that will be used to create a new 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