AuditInhibitionState

Represents the state of audit inhibition for a given key.

Namespace:
KpokPatagon.Data.Auditing
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

AuditInhibitionState

Initializes a new instance of the AuditInhibitState" class.

Signature:
public Void AuditInhibitionState(key, isAuditDisable, disableTime)
Parameters
Name Type Summary
key String The key.
isAuditDisable Boolean Whether the audit is disabled for the key.
disableTime Nullable<DateTime> Time when the audit was disabled for the key.
Exceptions
Type Summary
ArgumentException

Properties

DisableTime

Gets the time when the audit was disabled for the key.

Signature:
public Nullable<DateTime> DisableTime { get; }

IsAuditDisabled

Gets whether the audit is disabled for the key.

Signature:
public Boolean IsAuditDisabled { get; }

Key

Gets the key.

Signature:
public String Key { get; }