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.
Csla.Test.FieldManager.Root Member List

This is the complete list of members for Csla.Test.FieldManager.Root, including all inherited members.

ChildCsla.Test.FieldManager.Root
ChildListCsla.Test.FieldManager.Root
Clone()Csla.BusinessBase< Root >
Create([Inject] IChildDataPortal< Child > childDataPortal, [Inject]IChildDataPortal< ChildList > childListDataPortal)Csla.Test.FieldManager.Rootprotected
DataCsla.Test.FieldManager.Root
DataPortal_Insert()Csla.Test.FieldManager.Rootprotected
DataPortal_Update()Csla.Test.FieldManager.Rootprotected
FetchChild(IChildDataPortal< Child > childDataPortal)Csla.Test.FieldManager.Root
GetIdValue()Csla.BusinessBase< Root >protectedvirtual
OnSaved(T newObject, Exception e, object userState)Csla.BusinessBase< Root >protectedvirtual
RegisterMethod(string methodName)Csla.BusinessBase< Root >protectedstatic
RegisterMethod(Expression< Action< T > > methodLambdaExpression)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(PropertyInfo< P > info)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(string propertyName)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(string propertyName, RelationshipTypes relationship)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, RelationshipTypes relationship)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.BusinessBase< Root >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.BusinessBase< Root >protectedstatic
Save()Csla.BusinessBase< Root >
Save(bool forceUpdate)Csla.BusinessBase< Root >
SaveAndMergeAsync()Csla.BusinessBase< Root >
SaveAndMergeAsync(bool forceUpdate)Csla.BusinessBase< Root >
SaveAsync()Csla.BusinessBase< Root >
SaveAsync(bool forceUpdate)Csla.BusinessBase< Root >
SaveAsync(bool forceUpdate, object userState, bool isSync)Csla.BusinessBase< Root >protectedvirtual
SavedCsla.BusinessBase< Root >
ToString()Csla.BusinessBase< Root >