See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether the user will be required to save the current form before the new form is shown.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool RequiresEntitySetSaved { get; set; } |
| Visual Basic |
|---|
Public Property RequiresEntitySetSaved As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool RequiresEntitySetSaved {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also