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.
Csla.Core.BusinessBase Member List

This is the complete list of members for Csla.Core.BusinessBase, including all inherited members.

Csla::Core::IEditableBusinessObject.AcceptChanges(int parentEditLevel, bool parentBindingEdit)Csla.Core.IUndoableObject
AcceptChangesComplete()Csla.Core.BusinessBaseprotectedvirtual
AcceptingChanges()Csla.Core.UndoableBaseprotectedvirtual
AddBusinessRules()Csla.Core.BusinessBaseprotectedvirtual
AddEventHooks(IBusinessObject child)Csla.Core.BusinessBaseprotected
ApplyEdit()Csla.Core.BusinessBase
BeginEdit()Csla.Core.BusinessBase
BindableBase()Csla.Core.BindableBaseprotected
BindingEditCsla.Core.UndoableBaseprotected
BrokenRulesCollectionCsla.Core.BusinessBase
BusinessBase()Csla.Core.BusinessBaseprotected
BusinessRulesCsla.Core.BusinessBaseprotected
BusyChangedCsla.Core.BusinessBase
CancelEdit()Csla.Core.BusinessBase
CanExecuteMethod(Csla.Core.IMemberInfo method)Csla.Core.BusinessBasevirtual
CanExecuteMethod(Csla.Core.IMemberInfo method, bool throwOnFalse)Csla.Core.BusinessBase
CanExecuteMethod(string methodName)Csla.Core.BusinessBasevirtual
Csla::Security::IAuthorizeReadWrite.CanExecuteMethod(Csla.Core.IMemberInfo method)Csla.Security.IAuthorizeReadWrite
CanReadProperty(Csla.Core.IPropertyInfo property)Csla.Core.BusinessBasevirtual
CanReadProperty(Csla.Core.IPropertyInfo property, bool throwOnFalse)Csla.Core.BusinessBase
CanReadProperty(string propertyName)Csla.Core.BusinessBase
Csla::Security::IAuthorizeReadWrite.CanReadProperty(Csla.Core.IPropertyInfo property)Csla.Security.IAuthorizeReadWrite
CanWriteProperty(Csla.Core.IPropertyInfo property)Csla.Core.BusinessBasevirtual
CanWriteProperty(Csla.Core.IPropertyInfo property, bool throwOnFalse)Csla.Core.BusinessBase
CanWriteProperty(string propertyName)Csla.Core.BusinessBase
Csla::Security::IAuthorizeReadWrite.CanWriteProperty(Csla.Core.IPropertyInfo property)Csla.Security.IAuthorizeReadWrite
CheckObjectRules()Csla.Core.BusinessBaseprotectedvirtual
CheckPropertyRules(IPropertyInfo property)Csla.Core.BusinessBaseprotectedvirtual
Child_Create()Csla.Core.BusinessBaseprotectedvirtual
Child_OnDataPortalException(DataPortalEventArgs e, Exception ex)Csla.Core.BusinessBaseprotectedvirtual
Child_OnDataPortalInvoke(DataPortalEventArgs e)Csla.Core.BusinessBaseprotectedvirtual
Child_OnDataPortalInvokeComplete(DataPortalEventArgs e)Csla.Core.BusinessBaseprotectedvirtual
ChildChangedCsla.Core.BusinessBase
CopyingState()Csla.Core.UndoableBaseprotectedvirtual
Csla::Core::IEditableBusinessObject.CopyState(int parentEditLevel, bool parentBindingEdit)Csla.Core.IUndoableObject
CopyStateComplete()Csla.Core.UndoableBaseprotectedvirtual
DataPortal_OnDataPortalException(DataPortalEventArgs e, Exception ex)Csla.Core.BusinessBaseprotectedvirtual
DataPortal_OnDataPortalInvoke(DataPortalEventArgs e)Csla.Core.BusinessBaseprotectedvirtual
DataPortal_OnDataPortalInvokeComplete(DataPortalEventArgs e)Csla.Core.BusinessBaseprotectedvirtual
Delete()Csla.Core.BusinessBasevirtual
DisableIEditableObjectCsla.Core.BusinessBaseprotected
EditChildComplete(Core.IEditableBusinessObject child)Csla.Core.BusinessBaseprotectedvirtual
FieldExists(Csla.Core.IPropertyInfo property) (defined in Csla.Core.IManageProperties)Csla.Core.IManageProperties
FieldManagerCsla.Core.BusinessBaseprotected
GetBrokenRules()Csla.Core.BusinessBase
GetClone()Csla.Core.BusinessBaseprotectedvirtual
GetProperty(IPropertyInfo propertyInfo)Csla.Core.BusinessBaseprotected
GetProperty< P >(string propertyName, P field, P defaultValue)Csla.Core.BusinessBaseprotected
GetProperty< P >(string propertyName, P field, P defaultValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
GetProperty< P >(PropertyInfo< P > propertyInfo, P field)Csla.Core.BusinessBaseprotected
GetProperty< P >(PropertyInfo< P > propertyInfo, P field, P defaultValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
GetProperty< P >(PropertyInfo< P > propertyInfo)Csla.Core.BusinessBaseprotected
GetProperty< P >(PropertyInfo< P > propertyInfo, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
GetProperty< P >(IPropertyInfo propertyInfo)Csla.Core.BusinessBaseprotected
GetPropertyConvert< F, P >(PropertyInfo< F > propertyInfo, F field)Csla.Core.BusinessBaseprotected
GetPropertyConvert< F, P >(PropertyInfo< F > propertyInfo, F field, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
GetPropertyConvert< F, P >(PropertyInfo< F > propertyInfo)Csla.Core.BusinessBaseprotected
GetPropertyConvert< F, P >(PropertyInfo< F > propertyInfo, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
GetRegisteredRules()Csla.Core.BusinessBaseprotected
Initialize()Csla.Core.BusinessBaseprotectedvirtual
IsBusyCsla.Core.BusinessBase
IsChildCsla.Core.BusinessBase
IsDeletedCsla.Core.BusinessBase
IsDirtyCsla.Core.BusinessBase
IsNewCsla.Core.BusinessBase
IsPropertyBusy(Csla.Core.IPropertyInfo property)Csla.Core.BusinessBasevirtual
IsPropertyBusy(string propertyName)Csla.Core.BusinessBase
IsSavableCsla.Core.BusinessBase
IsSelfBusyCsla.Core.BusinessBase
IsSelfDirtyCsla.Core.BusinessBase
IsSelfValidCsla.Core.BusinessBase
IsValidCsla.Core.BusinessBase
LazyGetProperty< P >(PropertyInfo< P > property, Func< P > valueGenerator)Csla.Core.BusinessBaseprotected
LazyGetPropertyAsync< P >(PropertyInfo< P > property, Task< P > factory)Csla.Core.BusinessBaseprotected
LazyReadProperty< P >(PropertyInfo< P > property, Func< P > valueGenerator)Csla.Core.BusinessBaseprotected
LazyReadPropertyAsync< P >(PropertyInfo< P > property, Task< P > factory)Csla.Core.BusinessBaseprotected
LoadProperty(IPropertyInfo propertyInfo, object newValue)Csla.Core.BusinessBaseprotectedvirtual
LoadProperty< P >(PropertyInfo< P > propertyInfo, P newValue)Csla.Core.BusinessBaseprotected
LoadPropertyAsync< R >(PropertyInfo< R > property, Task< R > factory)Csla.Core.BusinessBaseprotected
LoadPropertyConvert< P, F >(PropertyInfo< P > propertyInfo, F newValue)Csla.Core.BusinessBaseprotected
LoadPropertyMarkDirty(IPropertyInfo propertyInfo, object newValue)Csla.Core.BusinessBaseprotectedvirtual
LoadPropertyMarkDirty< P >(PropertyInfo< P > propertyInfo, P newValue)Csla.Core.BusinessBaseprotected
MarkAsChild()Csla.Core.BusinessBaseprotected
MarkBusy()Csla.Core.BusinessBaseprotected
MarkClean()Csla.Core.BusinessBaseprotected
MarkDeleted()Csla.Core.BusinessBaseprotected
MarkDirty()Csla.Core.BusinessBaseprotected
MarkDirty(bool suppressEvent)Csla.Core.BusinessBaseprotected
MarkIdle()Csla.Core.BusinessBaseprotected
MarkNew()Csla.Core.BusinessBaseprotectedvirtual
MarkOld()Csla.Core.BusinessBaseprotectedvirtual
MetaPropertyHasChanged(string name)Csla.Core.BusinessBaseprotectedvirtual
OnAddEventHooks(IBusinessObject child)Csla.Core.BusinessBaseprotectedvirtual
OnBusyChanged(BusyChangedEventArgs args)Csla.Core.BusinessBaseprotectedvirtual
OnChildChanged(ChildChangedEventArgs e)Csla.Core.BusinessBaseprotectedvirtual
OnDeserialized(System.Runtime.Serialization.StreamingContext context)Csla.Core.BusinessBaseprotectedvirtual
OnGetChildren(Csla.Serialization.Mobile.SerializationInfo info, Csla.Serialization.Mobile.MobileFormatter formatter)Csla.Core.BusinessBaseprotected
Csla::Core::UndoableBase.OnGetChildren(SerializationInfo info, MobileFormatter formatter)Csla.Core.MobileObjectprotectedvirtual
OnGetState(Csla.Serialization.Mobile.SerializationInfo info, StateMode mode)Csla.Core.BusinessBaseprotected
Csla::Core::UndoableBase.OnGetState(SerializationInfo info, StateMode mode)Csla.Core.UndoableBaseprotectedvirtual
OnIsDirtyChanged()Csla.Core.BindableBaseprotectedvirtual
OnIsDirtyChanging()Csla.Core.BindableBaseprotectedvirtual
OnMetaPropertyChanged(string propertyName)Csla.Core.BindableBaseprotectedvirtual
OnPropertyChanged(string propertyName)Csla.Core.BindableBaseprotectedvirtual
OnPropertyChanged(IPropertyInfo propertyInfo)Csla.Core.BindableBaseprotectedvirtual
OnPropertyChanging(string propertyName)Csla.Core.BindableBaseprotectedvirtual
OnPropertyChanging(IPropertyInfo propertyInfo)Csla.Core.BindableBaseprotectedvirtual
OnRemoveEventHooks(IBusinessObject child)Csla.Core.BusinessBaseprotectedvirtual
OnSetChildren(Csla.Serialization.Mobile.SerializationInfo info, Csla.Serialization.Mobile.MobileFormatter formatter)Csla.Core.BusinessBaseprotected
Csla::Core::UndoableBase.OnSetChildren(SerializationInfo info, MobileFormatter formatter)Csla.Core.MobileObjectprotectedvirtual
OnSetState(Csla.Serialization.Mobile.SerializationInfo info, StateMode mode)Csla.Core.BusinessBaseprotected
Csla::Core::UndoableBase.OnSetState(SerializationInfo info, StateMode mode)Csla.Core.UndoableBaseprotectedvirtual
OnUnhandledAsyncException(ErrorEventArgs error)Csla.Core.BusinessBaseprotectedvirtual
OnUnhandledAsyncException(object originalSender, Exception error)Csla.Core.BusinessBaseprotected
OnUnknownPropertyChanged()Csla.Core.BindableBaseprotectedvirtual
OnUnknownPropertyChanging()Csla.Core.BindableBaseprotectedvirtual
OnValidationComplete()Csla.Core.BusinessBaseprotectedvirtual
ParentCsla.Core.BusinessBase
PropertyChangedCsla.Core.BindableBase
PropertyChangingCsla.Core.BindableBase
PropertyHasChanged(Csla.Core.IPropertyInfo property)Csla.Core.BusinessBaseprotectedvirtual
ReadProperty(IPropertyInfo propertyInfo)Csla.Core.BusinessBaseprotectedvirtual
ReadProperty< P >(PropertyInfo< P > propertyInfo)Csla.Core.BusinessBaseprotected
ReadPropertyConvert< F, P >(PropertyInfo< F > propertyInfo)Csla.Core.BusinessBaseprotected
RegisterMethod(Type objectType, IMemberInfo info)Csla.Core.BusinessBaseprotectedstatic
RegisterMethod(Type objectType, string methodName)Csla.Core.BusinessBaseprotectedstatic
RegisterProperty< P >(Type objectType, PropertyInfo< P > info)Csla.Core.BusinessBaseprotectedstatic
Csla::Core::IParent.RemoveChild(Core.IEditableBusinessObject child)Csla.Core.IParent
RemoveEventHooks(IBusinessObject child)Csla.Core.BusinessBaseprotected
SetParent(Core.IParent parent)Csla.Core.BusinessBaseprotectedvirtual
SetProperty(IPropertyInfo propertyInfo, object newValue)Csla.Core.BusinessBaseprotected
SetProperty< P >(PropertyInfo< P > propertyInfo, ref P field, P newValue)Csla.Core.BusinessBaseprotected
SetProperty< P >(string propertyName, ref P field, P newValue)Csla.Core.BusinessBaseprotected
SetProperty< P >(string propertyName, ref P field, P newValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
SetProperty< P >(PropertyInfo< P > propertyInfo, P newValue)Csla.Core.BusinessBaseprotected
SetProperty< P >(PropertyInfo< P > propertyInfo, P newValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
SetProperty< P >(IPropertyInfo propertyInfo, P newValue)Csla.Core.BusinessBaseprotected
SetPropertyConvert< P, F >(PropertyInfo< P > propertyInfo, F newValue)Csla.Core.BusinessBaseprotected
SetPropertyConvert< P, F >(PropertyInfo< P > propertyInfo, F newValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
SetPropertyConvert< P, V >(PropertyInfo< P > propertyInfo, ref P field, V newValue)Csla.Core.BusinessBaseprotected
SetPropertyConvert< P, V >(PropertyInfo< P > propertyInfo, ref P field, V newValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
SetPropertyConvert< P, V >(string propertyName, ref P field, V newValue, Security.NoAccessBehavior noAccess)Csla.Core.BusinessBaseprotected
ShouldHandlerSerialize(PropertyChangedEventHandler value)Csla.Core.BindableBaseprotectedvirtual
ShouldHandlerSerialize(PropertyChangingEventHandler value)Csla.Core.BindableBaseprotectedvirtual
UndoableBase()Csla.Core.UndoableBaseprotected
Csla::Core::IEditableBusinessObject.UndoChanges(int parentEditLevel, bool parentBindingEdit)Csla.Core.IUndoableObject
UndoChangesComplete()Csla.Core.BusinessBaseprotectedvirtual
UndoingChanges()Csla.Core.UndoableBaseprotectedvirtual
UnhandledAsyncExceptionCsla.Core.BusinessBase
ValidationCompleteCsla.Core.BusinessBase