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

Get or set the newly created entity that will be bound to the editor control.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public IEntitySetSource NewEntity { get; set; }
Visual Basic
Public Property NewEntity As IEntitySetSource
	Get
	Set
Visual C++
public:
property IEntitySetSource^ NewEntity {
	IEntitySetSource^ get ();
	void set (IEntitySetSource^ value);
}

Property Value

Type: IEntitySetSource

See Also