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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Csla.Test.Basic.CommandObject Member List

This is the complete list of members for Csla.Test.Basic.CommandObject, including all inherited members.

APropertyCsla.Test.Basic.CommandObject
APropertyPropertyCsla.Test.Basic.CommandObjectstatic
Clone()Csla.CommandBase< CommandObject >
CommandBase()Csla.CommandBase< CommandObject >
CommandObject()Csla.Test.Basic.CommandObject
CommandObject()Csla.Test.Basic.CommandObject
DataPortal_Create()Csla.Test.Basic.CommandObjectprotected
DataPortal_Execute()Csla.Test.Basic.CommandObjectprotected
DataPortal_Execute()Csla.Test.Basic.CommandObjectprotected
DataPortal_OnDataPortalException(DataPortalEventArgs e, Exception ex)Csla.CommandBase< CommandObject >protectedvirtual
DataPortal_OnDataPortalInvoke(DataPortalEventArgs e)Csla.CommandBase< CommandObject >protectedvirtual
DataPortal_OnDataPortalInvokeComplete(DataPortalEventArgs e)Csla.CommandBase< CommandObject >protectedvirtual
GetClone()Csla.CommandBase< CommandObject >protectedvirtual
Initialize()Csla.CommandBase< CommandObject >protectedvirtual
RegisterProperty< P >(PropertyInfo< P > info)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(string propertyName)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(string propertyName, RelationshipTypes relationship)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, RelationshipTypes relationship)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.CommandBase< CommandObject >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.CommandBase< CommandObject >protectedstatic