|
virtual object | GetIdValue () |
| Override this method to return a unique identifying value for this object. More...
|
|
virtual async Task< T > | SaveAsync (bool forceUpdate, object userState, bool isSync) |
| Saves the object to the database. More...
|
|
virtual void | OnSaved (T newObject, Exception e, object userState) |
| Raises the Saved event, indicating that the object has been saved, and providing a reference to the new object instance. More...
|
|
| BusinessBase () |
| Creates an instance of the type. More...
|
|
override void | OnApplicationContextSet () |
| Method invoked after ApplicationContext is available. More...
|
|
virtual void | Initialize () |
| Override this method to set up event handlers so user code in a partial class can respond to events raised by generated code. More...
|
|
virtual void | SetParent (Core.IParent parent) |
| Used by BusinessListBase as a child object is created to tell the child object about its parent. More...
|
|
virtual void | MarkNew () |
| Marks the object as being a new object. More...
|
|
virtual void | MarkOld () |
| Marks the object as being an old (not new) object. More...
|
|
void | MarkDeleted () |
| Marks an object for deletion. More...
|
|
void | MarkDirty () |
| Marks an object as being dirty, or changed. More...
|
|
void | MarkDirty (bool suppressEvent) |
| Marks an object as being dirty, or changed. More...
|
|
virtual void | PropertyHasChanged (Csla.Core.IPropertyInfo property) |
| Performs processing required when a property has changed. More...
|
|
virtual void | MetaPropertyHasChanged (string name) |
| Raises OnPropertyChanged for meta properties (IsXYZ) when PropertyChangedMode is not Windows More...
|
|
virtual void | CheckPropertyRules (IPropertyInfo property) |
| Check rules for the property and notifies UI of properties that may have changed. More...
|
|
virtual void | CheckObjectRules () |
| Check object rules and notifies UI of properties that may have changed. More...
|
|
void | MarkClean () |
| Forces the object's IsDirty flag to false. More...
|
|
override void | UndoChangesComplete () |
| Called when an undo operation has completed. More...
|
|
override void | AcceptChangesComplete () |
| Notifies the parent object (if any) that this child object's edits have been accepted. More...
|
|
void | MarkAsChild () |
| Marks the object as being a child object. More...
|
|
virtual object | GetClone () |
| Creates a clone of the object. More...
|
|
virtual void | OnValidationComplete () |
| Raises the ValidationComplete event More...
|
|
BusinessRuleManager | GetRegisteredRules () |
| Gets the registered rules. More...
|
|
virtual void | AddBusinessRules () |
| Override this method in your business class to be notified when you need to set up shared business rules. More...
|
|
virtual void | DataPortal_OnDataPortalInvoke (DataPortalEventArgs e) |
| Called by the server-side DataPortal prior to calling the requested DataPortal_XYZ method. More...
|
|
virtual void | DataPortal_OnDataPortalInvokeComplete (DataPortalEventArgs e) |
| Called by the server-side DataPortal after calling the requested DataPortal_XYZ method. More...
|
|
virtual void | DataPortal_OnDataPortalException (DataPortalEventArgs e, Exception ex) |
| Called by the server-side DataPortal if an exception occurs during data access. More...
|
|
virtual void | Child_Create () |
| Override this method to load a new business object with default values from the database. More...
|
|
virtual void | Child_OnDataPortalInvoke (DataPortalEventArgs e) |
| Called by the server-side DataPortal prior to calling the requested DataPortal_XYZ method. More...
|
|
virtual void | Child_OnDataPortalInvokeComplete (DataPortalEventArgs e) |
| Called by the server-side DataPortal after calling the requested DataPortal_XYZ method. More...
|
|
virtual void | Child_OnDataPortalException (DataPortalEventArgs e, Exception ex) |
| Called by the server-side DataPortal if an exception occurs during data access. More...
|
|
virtual void | OnErrorsChanged (string propertyName) |
| Call to indicate that errors have changed for a property. More...
|
|
override void | OnPropertyChanged (IPropertyInfo propertyInfo) |
| Call this method to raise the PropertyChanged event for a specific property. More...
|
|
virtual void | OnDeserialized (System.Runtime.Serialization.StreamingContext context) |
| This method is called on a newly deserialized object after deserialization is complete. More...
|
|
void | AddEventHooks (IBusinessObject child) |
| For internal use. More...
|
|
virtual void | OnAddEventHooks (IBusinessObject child) |
| Hook child object events. More...
|
|
void | RemoveEventHooks (IBusinessObject child) |
| For internal use only. More...
|
|
virtual void | OnRemoveEventHooks (IBusinessObject child) |
| Unhook child object events. More...
|
|
P | GetProperty< P > (string propertyName, P field, P defaultValue) |
| Gets a property's value, first checking authorization. More...
|
|
P | GetProperty< P > (string propertyName, P field, P defaultValue, Security.NoAccessBehavior noAccess) |
| Gets a property's value, first checking authorization. More...
|
|
P | GetProperty< P > (PropertyInfo< P > propertyInfo, P field) |
| Gets a property's value, first checking authorization. More...
|
|
P | GetProperty< P > (PropertyInfo< P > propertyInfo, P field, P defaultValue, Security.NoAccessBehavior noAccess) |
| Gets a property's value, first checking authorization. More...
|
|
P | GetPropertyConvert< F, P > (PropertyInfo< F > propertyInfo, F field) |
| Gets a property's value as a specified type, first checking authorization. More...
|
|
P | GetPropertyConvert< F, P > (PropertyInfo< F > propertyInfo, F field, Security.NoAccessBehavior noAccess) |
| Gets a property's value as a specified type, first checking authorization. More...
|
|
P | GetProperty< P > (PropertyInfo< P > propertyInfo) |
| Gets a property's managed field value, first checking authorization. More...
|
|
P | GetPropertyConvert< F, P > (PropertyInfo< F > propertyInfo) |
| Gets a property's value from the list of managed field values, first checking authorization, and converting the value to an appropriate type. More...
|
|
P | GetPropertyConvert< F, P > (PropertyInfo< F > propertyInfo, Security.NoAccessBehavior noAccess) |
| Gets a property's value from the list of managed field values, first checking authorization, and converting the value to an appropriate type. More...
|
|
P | GetProperty< P > (PropertyInfo< P > propertyInfo, Security.NoAccessBehavior noAccess) |
| Gets a property's value as a specified type, first checking authorization. More...
|
|
object | GetProperty (IPropertyInfo propertyInfo) |
| Gets a property's value as a specified type. More...
|
|
P | GetProperty< P > (IPropertyInfo propertyInfo) |
| Gets a property's managed field value, first checking authorization. More...
|
|
P | LazyGetProperty< P > (PropertyInfo< P > property, Func< P > valueGenerator) |
| Lazily initializes a property and returns the resulting value. More...
|
|
bool | PropertyIsLoading (IPropertyInfo propertyInfo) |
| Gets a value indicating whether a lazy loaded property is currently being retrieved. More...
|
|
P | LazyGetPropertyAsync< P > (PropertyInfo< P > property, Task< P > factory) |
| Lazily initializes a property and returns the resulting value. More...
|
|
P | ReadPropertyConvert< F, P > (PropertyInfo< F > propertyInfo) |
| Gets a property's value from the list of managed field values, converting the value to an appropriate type. More...
|
|
P | ReadProperty< P > (PropertyInfo< P > propertyInfo) |
| Gets a property's value as a specified type. More...
|
|
virtual object | ReadProperty (IPropertyInfo propertyInfo) |
| Gets a property's value. More...
|
|
P | LazyReadProperty< P > (PropertyInfo< P > property, Func< P > valueGenerator) |
| Gets a property's value as a specified type. More...
|
|
P | LazyReadPropertyAsync< P > (PropertyInfo< P > property, Task< P > factory) |
| Gets a property's value as a specified type. More...
|
|
void | SetProperty< P > (PropertyInfo< P > propertyInfo, ref P field, P newValue) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetProperty< P > (string propertyName, ref P field, P newValue) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetPropertyConvert< P, V > (PropertyInfo< P > propertyInfo, ref P field, V newValue) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetPropertyConvert< P, V > (PropertyInfo< P > propertyInfo, ref P field, V newValue, Security.NoAccessBehavior noAccess) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetProperty< P > (string propertyName, ref P field, P newValue, Security.NoAccessBehavior noAccess) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetPropertyConvert< P, V > (string propertyName, ref P field, V newValue, Security.NoAccessBehavior noAccess) |
| Sets a property's backing field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetProperty< P > (PropertyInfo< P > propertyInfo, P newValue) |
| Sets a property's managed field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetPropertyConvert< P, F > (PropertyInfo< P > propertyInfo, F newValue) |
| Sets a property's managed field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetPropertyConvert< P, F > (PropertyInfo< P > propertyInfo, F newValue, Security.NoAccessBehavior noAccess) |
| Sets a property's managed field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetProperty< P > (PropertyInfo< P > propertyInfo, P newValue, Security.NoAccessBehavior noAccess) |
| Sets a property's managed field with the supplied value, first checking authorization, and then calling PropertyHasChanged if the value does change. More...
|
|
void | SetProperty (IPropertyInfo propertyInfo, object newValue) |
| Sets a property's managed field with the supplied value, and then calls PropertyHasChanged if the value does change. More...
|
|
void | SetProperty< P > (IPropertyInfo propertyInfo, P newValue) |
| Sets a property's managed field with the supplied value, and then calls PropertyHasChanged if the value does change. More...
|
|
void | LoadPropertyConvert< P, F > (PropertyInfo< P > propertyInfo, F newValue) |
| Loads a property's managed field with the supplied value. More...
|
|
void | LoadProperty< P > (PropertyInfo< P > propertyInfo, P newValue) |
| Loads a property's managed field with the supplied value. More...
|
|
bool | LoadPropertyMarkDirty< P > (PropertyInfo< P > propertyInfo, P newValue) |
| Loads a property's managed field with the supplied value and mark field as dirty if value is modified. More...
|
|
virtual bool | LoadPropertyMarkDirty (IPropertyInfo propertyInfo, object newValue) |
| Loads a property's managed field with the supplied value. More...
|
|
virtual void | LoadProperty (IPropertyInfo propertyInfo, object newValue) |
| Loads a property's managed field with the supplied value. More...
|
|
void | LoadPropertyAsync< R > (PropertyInfo< R > property, Task< R > factory) |
| Load a property from an async method. More...
|
|
void | MarkBusy () |
| Mark the object as busy (it is running an async operation). More...
|
|
void | MarkIdle () |
| Mark the object as not busy (it is not running an async operation). More...
|
|
virtual void | OnBusyChanged (BusyChangedEventArgs args) |
| Raise the BusyChanged event. More...
|
|
virtual void | OnUnhandledAsyncException (ErrorEventArgs error) |
| Raises the UnhandledAsyncException event. More...
|
|
void | OnUnhandledAsyncException (object originalSender, Exception error) |
| Raises the UnhandledAsyncException event. More...
|
|
virtual void | OnChildChanged (ChildChangedEventArgs e) |
| Raises the ChildChanged event, indicating that a child object has been changed. More...
|
|
virtual void | EditChildComplete (Core.IEditableBusinessObject child) |
| Override this method to be notified when a child object's Core.BusinessBase.ApplyEdit method has completed. More...
|
|
override void | OnGetState (Csla.Serialization.Mobile.SerializationInfo info, StateMode mode) |
| Override this method to insert your field values into the MobileFormatter serialzation stream. More...
|
|
override void | OnSetState (Csla.Serialization.Mobile.SerializationInfo info, StateMode mode) |
| Override this method to retrieve your field values from the MobileFormatter serialzation stream. More...
|
|
override void | OnGetChildren (Csla.Serialization.Mobile.SerializationInfo info, Csla.Serialization.Mobile.MobileFormatter formatter) |
| Override this method to insert your child object references into the MobileFormatter serialzation stream. More...
|
|
override void | OnSetChildren (Csla.Serialization.Mobile.SerializationInfo info, Csla.Serialization.Mobile.MobileFormatter formatter) |
| Override this method to retrieve your child object references from the MobileFormatter serialzation stream. More...
|
|
| UndoableBase () |
| Creates an instance of the type. More...
|
|
virtual void | CopyingState () |
| This method is invoked before the CopyState operation begins. More...
|
|
virtual void | CopyStateComplete () |
| This method is invoked after the CopyState operation is complete. More...
|
|
virtual void | UndoingChanges () |
| This method is invoked after the UndoChanges operation is complete. More...
|
|
virtual void | AcceptingChanges () |
| This method is invoked before the AcceptChanges operation begins. More...
|
|
override void | OnGetState (SerializationInfo info, StateMode mode) |
| Override this method to insert your field values into the MobileFormatter serialzation stream. More...
|
|
override void | OnSetState (SerializationInfo info, StateMode mode) |
| Override this method to retrieve your field values from the MobileFormatter serialzation stream. More...
|
|
| BindableBase () |
| Creates an instance of the type. More...
|
|
virtual bool | ShouldHandlerSerialize (PropertyChangedEventHandler value) |
| Override this method to change the default logic for determining if the event handler should be serialized More...
|
|
virtual void | OnPropertyChanged (string propertyName) |
| Call this method to raise the PropertyChanged event for a specific property. More...
|
|
virtual void | OnMetaPropertyChanged (string propertyName) |
|
virtual void | OnIsDirtyChanged () |
| Call this method to raise the PropertyChanged event for all object properties. More...
|
|
virtual void | OnUnknownPropertyChanged () |
| Call this method to raise the PropertyChanged event for all object properties. More...
|
|
virtual void | OnIsDirtyChanging () |
| Call this method to raise the PropertyChanging event for all object properties. More...
|
|
virtual void | OnUnknownPropertyChanging () |
| Call this method to raise the PropertyChanging event for all object properties. More...
|
|
virtual void | OnPropertyChanging (string propertyName) |
| Call this method to raise the PropertyChanging event for a specific property. More...
|
|
virtual void | OnPropertyChanging (IPropertyInfo propertyInfo) |
| Call this method to raise the PropertyChanging event for a specific property. More...
|
|
virtual bool | ShouldHandlerSerialize (PropertyChangingEventHandler value) |
| Override this method to change the default logic for determining if the event handler should be serialized More...
|
|
virtual void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) |
| Override this method to insert your child object references into the MobileFormatter serialzation stream. More...
|
|
virtual void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) |
| Override this method to retrieve your child object references from the MobileFormatter serialzation stream. More...
|
|
|
EventHandler< Csla.Core.SavedEventArgs > | Saved |
| Event raised when an object has been saved. More...
|
|
Core.IParent | Parent [get] |
| Provide access to the parent reference for use in child object code. More...
|
|
bool | IsNew [get] |
| Returns true if this is a new object, false if it is a pre-existing object. More...
|
|
bool | IsDeleted [get] |
| Returns true if this object is marked for deletion. More...
|
|
virtual bool | IsDirty [get] |
| Returns true if this object's data, or any of its fields or child objects data, has been changed. More...
|
|
virtual bool | IsSelfDirty [get] |
| Returns true if this object's data has been changed. More...
|
|
virtual bool | IsSavable [get] |
| Returns true if this object is both dirty and valid. More...
|
|
bool | DisableIEditableObject [getset] |
| Gets or sets a value indicating whether the IEditableObject interface methods should be disabled for this object. More...
|
|
bool | IsChild [get] |
| Returns true if this is a child (non-root) object. More...
|
|
EventHandler | ValidationComplete |
| Event raised when validation is complete. More...
|
|
BusinessRules | BusinessRules [get] |
| Provides access to the broken rules functionality. More...
|
|
virtual bool | IsValid [get] |
| Returns true if the object and its child objects are currently valid, false if the object or any of its child objects have broken rules or are otherwise invalid. More...
|
|
virtual bool | IsSelfValid [get] |
| Returns true if the object is currently valid, false if the object has broken rules or is otherwise invalid. More...
|
|
virtual Rules.BrokenRulesCollection | BrokenRulesCollection [get] |
| Provides access to the readonly collection of broken business rules for this object. More...
|
|
virtual bool | IsBusy [get] |
| Gets a value indicating if this object or its child objects are busy. More...
|
|
virtual bool | IsSelfBusy [get] |
| Gets a value indicating if this object is busy. More...
|
|
BusyChangedEventHandler | BusyChanged |
| Event indicating that the IsBusy property has changed. More...
|
|
EventHandler< ErrorEventArgs > | UnhandledAsyncException |
| Event indicating that an exception occurred during the processing of an async operation. More...
|
|
EventHandler< Csla.Core.ChildChangedEventArgs > | ChildChanged |
| Event raised when a child object has been changed. More...
|
|
FieldDataManager | FieldManager [get] |
| Gets the PropertyManager object for this business object. More...
|
|
ApplicationContext | ApplicationContext [getset] |
| Gets or sets a reference to the current ApplicationContext. More...
|
|
bool | BindingEdit [getset] |
| Gets or sets a value indicating whether n-level undo was invoked through IEditableObject. More...
|
|
int | EditLevel [get] |
| Returns the current edit level of the object. More...
|
|
PropertyChangedEventHandler | PropertyChanged |
| Implements a serialization-safe PropertyChanged event. More...
|
|
PropertyChangingEventHandler | PropertyChanging |
| Implements a serialization-safe PropertyChanging event. More...
|
|
int | EditLevel [get] |
| Gets the current edit level of the object. More...
|
|
ApplicationContext | ApplicationContext [getset] |
| Gets or sets the current ApplicationContext object. More...
|
|
int | EditLevelAdded [getset] |
| For internal use only!! More...
|
|
int | Identity [get] |
| Gets a value representing this object instance's unique identity value within the business object graph. More...
|
|
bool | IsValid [get] |
| Returns true if the object and its child objects are currently valid, false if the object or any of its child objects have broken rules or are otherwise invalid. More...
|
|
bool | IsSelfValid [get] |
| Returns true if the object is currently valid, false if the object has broken rules or is otherwise invalid. More...
|
|
bool | IsDirty [get] |
| Returns true if this object's data, or any of its fields or child objects data, has been changed. More...
|
|
bool | IsSelfDirty [get] |
| Returns true if this object's data has been changed. More...
|
|
bool | IsDeleted [get] |
| Returns true if this object is marked for deletion. More...
|
|
bool | IsNew [get] |
| Returns true if this is a new object, false if it is a pre-existing object. More...
|
|
bool | IsSavable [get] |
| Returns true if this object is both dirty and valid. More...
|
|
bool | IsChild [get] |
| Returns true if this is a child object, false if it is a root object. More...
|
|
bool | IsBusy [get] |
| Gets a value indicating whether the object, or any of the object's child objects, are busy running an asynchronous operation. More...
|
|
bool | IsSelfBusy [get] |
| Gets a value indicating whether the object is busy running an asynchronous operation. More...
|
|
IParent | Parent [get] |
| Provide access to the parent reference for use in child object code. More...
|
|