Class AuditSelection
Namespace: Cephalon.Abstractions.AppModel
Assembly: Cephalon.Abstractions.dll
Describes the active audit and history inputs resolved for a Cephalon app.
public sealed class AuditSelectionInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”AuditSelection(bool?, AuditHistorySelection?)
Section titled “ AuditSelection(bool?, AuditHistorySelection?)”Initializes a new instance of the
[JsonConstructor]public AuditSelection(bool? enabled = null, AuditHistorySelection? history = null)Parameters
Section titled “Parameters”enabled bool?
Whether audit support was explicitly enabled.
history AuditHistorySelection?
The durable audit-history inputs resolved for the app.
Properties
Section titled “Properties”Gets an empty audit-selection instance.
public static AuditSelection Empty { get; }Property Value
Section titled “Property Value”Enabled
Section titled “ Enabled”Gets a value indicating whether audit support was explicitly enabled.
public bool? Enabled { get; }Property Value
Section titled “Property Value”bool?
HasValues
Section titled “ HasValues”Gets a value indicating whether any audit-selection inputs were explicitly supplied.
public bool HasValues { get; }Property Value
Section titled “Property Value”History
Section titled “ History”Gets the durable audit-history inputs resolved for the app.
public AuditHistorySelection History { get; }