UpdateAuditSettingsBusinessOperation Class
Business operation, that updates current audited types set.
Namespace:
Xafari.BC.Audit
Assembly: Xafari.BC.Audit (in Xafari.BC.Audit.dll)
- c#
- VB
[Browsable(false)] [DefaultOperationService(typeof(UpdateAuditSettingsOperationService))] [BusinessOperationCategory("AuditOperations")] [System.ComponentModel.DisplayName(@"UpdateAuditSettings")] public class UpdateAuditSettingsBusinessOperation : BusinessOperationBase
<Browsable(False)> _
<DefaultOperationService(GetType(UpdateAuditSettingsOperationService))> _
<BusinessOperationCategory("AuditOperations")> _
<System.ComponentModel.DisplayName("UpdateAuditSettings")> _
Public Class UpdateAuditSettingsBusinessOperation
Inherits BusinessOperationBase
End Class
Name | Description | |
---|---|---|
![]() |
Id | The id of the business operation. (inherited from BusinessOperationBase). |
![]() |
IsReversible | Determines whether the current implementation has the rollback method. (inherited from BusinessOperationBase). |
![]() |
Model | Provides access to the business operation's Application Model node. (inherited from BusinessOperationBase). |
![]() |
Name | The name of the business operation. (inherited from BusinessOperationBase). |
![]() |
ObjectSpace | ObjectSpace for managing audited types. (Can be null) |
Name | Description | |
---|---|---|
![]() ![]() |
CheckIsReversible(IModelBusinessOperation) | Determines whether the current implementation of the specified Business Operation has the rollback method. (inherited from BusinessOperationBase). |
![]() ![]() |
CreateInstance(IModelBusinessOperation) | Creates a Business Operation instance by specified model node. |
![]() ![]() |
CreateInstance(string) | Creates a Business Operation instance by specified id. |
![]() |
Execute() | Execute a business operation. (inherited from BusinessOperationBase). |
![]() ![]() |
FindSinglePersistentParameter(IModelBusinessOperation) | Searches a Business Operation parameter of persistent type. (inherited from BusinessOperationBase). |
![]() ![]() |
GetBrowsableProperties(Type) | Gest browsable Business Operation parameter list. (inherited from BusinessOperationBase). |
![]() ![]() |
GetCategories(MemberInfo) | Returns categories of the specified business operation class. (inherited from BusinessOperationBase). |
![]() ![]() |
GetContextProperty(IList<PropertyInfo>) | Gets context property. (inherited from BusinessOperationBase). |
![]() ![]() |
GetDefaultCategory() | Returns default category name. (inherited from BusinessOperationBase). |
![]() ![]() |
GetDefaultOperationServiceType(Type) | Gets default operation service Type object. (inherited from BusinessOperationBase). |
![]() ![]() |
GetDescription(MemberInfo) | Gets specified member description. (inherited from BusinessOperationBase). |
![]() ![]() |
GetExecutionWay(Type) | Gets the specified Business Operation execution way. (inherited from BusinessOperationBase). |
![]() ![]() |
GetId(Type) | Gets id of specified Business Operation Type object. (inherited from BusinessOperationBase). |
![]() ![]() |
GetImageName(Type) | Gets an image name which is associated with the specified Business Operation Type object. (inherited from BusinessOperationBase). |
![]() ![]() |
GetModelNode(string) | Gets model node which represents a Business Operation with specified Id. (inherited from BusinessOperationBase). |
![]() ![]() |
GetName(MemberInfo) | Gets specified member name. (inherited from BusinessOperationBase). |
![]() |
GetPropertyValue(string, object[]) | Returns the value of the property with optional index values for indexed properties. (inherited from BusinessOperationBase). |
![]() ![]() |
IsBusinessOperationContext(IModelBusinessOperation) | Determines whether the specified Business Operation is the Context Business Operation. |
![]() ![]() |
IsBusinessOperationContext(string) | Determines whether the specified Business Operation is the Context Business Operation. |
![]() ![]() |
IsContextPropertyList(IModelBusinessOperationContext) | Determines whether the specified Context Business Operation has the context property of a generic collection type. |
![]() ![]() |
IsContextPropertyList(string) | Determines whether the specified Context Business Operation has the context property of a generic collection type. |
![]() ![]() |
IsDefaultCategory(string) | Returns value that indicates whether specified category name is default category. (inherited from BusinessOperationBase). |
![]() ![]() |
IsPosiblePersitParameters(IModelBusinessOperation) | Determines whether the specified Business Operation can persist its parameters in a database.. (inherited from BusinessOperationBase). |
![]() |
Rollback() | Rollback a business operation. (inherited from BusinessOperationBase). |
![]() |
SetContext(IEnumerable, IObjectSpace) | |
![]() |
SetContext(object, IObjectSpace) | |
![]() |
SetPropertyValue(string, object, object[]) | Sets the value of the property with optional index values for index properties. (inherited from BusinessOperationBase). |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Name | Description | |
---|---|---|
![]() |
Executed | Occurs after executing a business operation. (inherited from BusinessOperationBase). |
![]() |
Executing | Occurs before executing a business operation. (inherited from BusinessOperationBase). |
![]() |
HandleException | Occurs when exception is raised during execution of a business operation. (inherited from BusinessOperationBase). |
![]() |
RolledBack | Occurs after rolling back a business operation. (inherited from BusinessOperationBase). |
![]() |
RollingBack | Occurs before rolling back a business operation. (inherited from BusinessOperationBase). |
![]() |
RunCanceled | Occurs when a Business Operations was canceled. (inherited from BusinessOperationBase). |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.