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.Linq.TestItem Member List

This is the complete list of members for Csla.Test.Linq.TestItem, including all inherited members.

Clone()Csla.BusinessBase< TestItem >
GetIdValue()Csla.BusinessBase< TestItem >protectedvirtual
IdCsla.Test.Linq.TestItem
IdPropertyCsla.Test.Linq.TestItemstatic
NameCsla.Test.Linq.TestItem
NamePropertyCsla.Test.Linq.TestItemstatic
OnSaved(T newObject, Exception e, object userState)Csla.BusinessBase< TestItem >protectedvirtual
RegisterMethod(string methodName)Csla.BusinessBase< TestItem >protectedstatic
RegisterMethod(Expression< Action< T > > methodLambdaExpression)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(PropertyInfo< P > info)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(string propertyName)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(string propertyName, RelationshipTypes relationship)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, RelationshipTypes relationship)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(string propertyName, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.BusinessBase< TestItem >protectedstatic
RegisterProperty< P >(Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue, RelationshipTypes relationship)Csla.BusinessBase< TestItem >protectedstatic
Save()Csla.BusinessBase< TestItem >
Save(bool forceUpdate)Csla.BusinessBase< TestItem >
SaveAndMergeAsync()Csla.BusinessBase< TestItem >
SaveAndMergeAsync(bool forceUpdate)Csla.BusinessBase< TestItem >
SaveAsync()Csla.BusinessBase< TestItem >
SaveAsync(bool forceUpdate)Csla.BusinessBase< TestItem >
SaveAsync(bool forceUpdate, object userState, bool isSync)Csla.BusinessBase< TestItem >protectedvirtual
SavedCsla.BusinessBase< TestItem >
ToString()Csla.BusinessBase< TestItem >