Show / Hide Table of Contents

Class AzureStorageAuditorOptions

Inheritance
System.Object
AzureStorageAuditorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class AzureStorageAuditorOptions

Constructors

| Improve this Doc View Source

AzureStorageAuditorOptions()

Declaration
public AzureStorageAuditorOptions()

Properties

| Improve this Doc View Source

AuditExecuteDispatchRootOnly

Declaration
public bool AuditExecuteDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AuditPostDispatchRootOnly

Declaration
public bool AuditPostDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AuditPreDispatchRootOnly

Declaration
public bool AuditPreDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UseExecutionAuditor

Declaration
public bool UseExecutionAuditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UsePostDispatchAuditor

Declaration
public bool UsePostDispatchAuditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UsePreDispatchAuditor

Declaration
public bool UsePreDispatchAuditor { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX