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
msdn2017/pubproperty Id The id of the business operation. (inherited from BusinessOperationBase).
msdn2017/pubproperty IsReversible Determines whether the current implementation has the rollback method. (inherited from BusinessOperationBase).
msdn2017/pubproperty Model Provides access to the business operation's Application Model node. (inherited from BusinessOperationBase).
msdn2017/pubproperty Name The name of the business operation. (inherited from BusinessOperationBase).
msdn2017/pubproperty ObjectSpace ObjectSpace for managing audited types. (Can be null)
Top
Name Description
msdn2017/pubmethod msdn2017/static CheckIsReversible(IModelBusinessOperation) Determines whether the current implementation of the specified Business Operation has the rollback method. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static CreateInstance(IModelBusinessOperation) Creates a Business Operation instance by specified model node.
msdn2017/pubmethod msdn2017/static CreateInstance(string) Creates a Business Operation instance by specified id.
msdn2017/pubmethod Execute() Execute a business operation. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static FindSinglePersistentParameter(IModelBusinessOperation) Searches a Business Operation parameter of persistent type. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetBrowsableProperties(Type) Gest browsable Business Operation parameter list. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetCategories(MemberInfo) Returns categories of the specified business operation class. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetContextProperty(IList<PropertyInfo>) Gets context property. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetDefaultCategory() Returns default category name. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetDefaultOperationServiceType(Type) Gets default operation service Type object. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetDescription(MemberInfo) Gets specified member description. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetExecutionWay(Type) Gets the specified Business Operation execution way. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetId(Type) Gets id of specified Business Operation Type object. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetImageName(Type) Gets an image name which is associated with the specified Business Operation Type object. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetModelNode(string) Gets model node which represents a Business Operation with specified Id. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static GetName(MemberInfo) Gets specified member name. (inherited from BusinessOperationBase).
msdn2017/pubmethod GetPropertyValue(string, object[]) Returns the value of the property with optional index values for indexed properties. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static IsBusinessOperationContext(IModelBusinessOperation) Determines whether the specified Business Operation is the Context Business Operation.
msdn2017/pubmethod msdn2017/static IsBusinessOperationContext(string) Determines whether the specified Business Operation is the Context Business Operation.
msdn2017/pubmethod msdn2017/static IsContextPropertyList(IModelBusinessOperationContext) Determines whether the specified Context Business Operation has the context property of a generic collection type.
msdn2017/pubmethod msdn2017/static IsContextPropertyList(string) Determines whether the specified Context Business Operation has the context property of a generic collection type.
msdn2017/pubmethod msdn2017/static IsDefaultCategory(string) Returns value that indicates whether specified category name is default category. (inherited from BusinessOperationBase).
msdn2017/pubmethod msdn2017/static IsPosiblePersitParameters(IModelBusinessOperation) Determines whether the specified Business Operation can persist its parameters in a database.. (inherited from BusinessOperationBase).
msdn2017/pubmethod Rollback() Rollback a business operation. (inherited from BusinessOperationBase).
msdn2017/pubmethod SetContext(IEnumerable, IObjectSpace)
msdn2017/pubmethod SetContext(object, IObjectSpace)
msdn2017/pubmethod SetPropertyValue(string, object, object[]) Sets the value of the property with optional index values for index properties. (inherited from BusinessOperationBase).
Top
Name Description
msdn2017/pubevent Executed Occurs after executing a business operation. (inherited from BusinessOperationBase).
msdn2017/pubevent Executing Occurs before executing a business operation. (inherited from BusinessOperationBase).
msdn2017/pubevent HandleException Occurs when exception is raised during execution of a business operation. (inherited from BusinessOperationBase).
msdn2017/pubevent RolledBack Occurs after rolling back a business operation. (inherited from BusinessOperationBase).
msdn2017/pubevent RollingBack Occurs before rolling back a business operation. (inherited from BusinessOperationBase).
msdn2017/pubevent RunCanceled Occurs when a Business Operations was canceled. (inherited from BusinessOperationBase).
Top
Xafari.BC.Audit.UpdateAuditSettingsBusinessOperation

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.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1