|
class | Csla.InjectAttribute |
| Specifies a parameter that is provided via dependency injection. More...
|
|
class | Csla.DataPortalOperationAttribute |
| Base type for data portal operation attributes. More...
|
|
class | Csla.DataPortalRootOperationAttribute |
| Base type for data portal root operation attributes. More...
|
|
class | Csla.DataPortalChildOperationAttribute |
| Base type for data portal child operation attributes. More...
|
|
class | Csla.CreateAttribute |
| Specifies a method used by the server-side data portal to initialize a new domain object. More...
|
|
class | Csla.FetchAttribute |
| Specifies a method used by the server-side data portal to load existing data into the domain object. More...
|
|
class | Csla.InsertAttribute |
| Specifies a method used by the server-side data portal to insert domain object data during an update operation. More...
|
|
class | Csla.UpdateAttribute |
| Specifies a method used by the server-side data portal to update domain object data during an update operation. More...
|
|
class | Csla.ExecuteAttribute |
| Specifies a method used by the server-side data portal to execute a command object. More...
|
|
class | Csla.DeleteAttribute |
| Specifies a method used by the server-side data portal to delete domain object data during an update operation. More...
|
|
class | Csla.DeleteSelfAttribute |
| Specifies a method used by the server-side data portal to delete domain object data during an explicit delete operation. More...
|
|
class | Csla.CreateChildAttribute |
| Specifies a method used by the server-side data portal to initialize a new child object. More...
|
|
class | Csla.FetchChildAttribute |
| Specifies a method used by the server-side data portal to load existing data into the child object. More...
|
|
class | Csla.InsertChildAttribute |
| Specifies a method used by the server-side data portal to insert child object data during an update operation. More...
|
|
class | Csla.UpdateChildAttribute |
| Specifies a method used by the server-side data portal to update child object data during an update operation. More...
|
|
class | Csla.DeleteSelfChildAttribute |
| Specifies a method used by the server-side data portal to delete child object data during an update operation. More...
|
|
class | Csla.ExecuteChildAttribute |
| Specifies a method used by the server-side data portal to execute a child command object during an update operation. More...
|
|