First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,12 @@
using System.ComponentModel;
using DevExpress.ExpressApp.Templates;
namespace Nuvolar.Module.Web.CSharp.BusinessObjects.Interface
{
public interface IModelMemberExtender
{
[Category("Behavior")]
[DefaultValue(true)]
bool ImmediatePostData { get; set; }
}
}
@@ -0,0 +1,14 @@
Folder Description
The "BusinessObjects" project folder is intended for storing the business objects
code. In XAF, a business object can be implemented as a base persistent class
descendant and as Domain Component interfaces.
Relevant Documentation
Business Model Design
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument112600.aspx
Domain Components
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument113261.aspx