CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Enums.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="Enums.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>The possible form actions.</summary>
7
//-----------------------------------------------------------------------
8
namespace
Csla.Windows
9
{
13
public
enum
CslaFormAction
14
{
18
None,
22
Save
,
26
Cancel
,
30
Close
,
34
Validate
35
}
36
40
public
enum
PostSaveActionType
41
{
45
None,
49
AndClose
,
53
AndNew
54
}
55
}
Csla.Windows
Definition:
Csla.Windows/ApplicationContextManager.cs:14
Csla.Windows.CslaFormAction
CslaFormAction
The possible form actions.
Definition:
Enums.cs:14
Csla.Windows.CslaFormAction.Validate
@ Validate
Display a message box with any broken rules
Csla.Windows.CslaFormAction.Save
@ Save
Perform a save.
Csla.Windows.CslaFormAction.Close
@ Close
Close the form.
Csla.Windows.CslaFormAction.Cancel
@ Cancel
Undo changes.
Csla.Windows.PostSaveActionType
PostSaveActionType
The possible actions for post save.
Definition:
Enums.cs:41
Csla.Windows.PostSaveActionType.AndClose
@ AndClose
Also close the form.
Csla.Windows.PostSaveActionType.AndNew
@ AndNew
Also create a new object.
Generated by
1.9.2