CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
RelationshipTypes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Csla
 

Enumerations

enum  Csla.RelationshipTypes { Csla.None = 0x0 , Csla.Child =0x1 , Csla.LazyLoad =0x2 , Csla.PrivateField =0x4 }
 List of valid relationship types between a parent object and another object through a managed property. More...