AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Licensing.AuditResult Class Reference

The construct returned after a non-volatile audit is performed. More...

Public Member Functions

 AuditResult ()
 Initializes a new instance of the AuditResult class. More...
 
 AuditResult (bool changed, int delta)
 Initializes a new instance of the AuditResult class. More...
 

Properties

bool Changed [get, set]
 Gets or sets a value indicating whether the audit resulted in a change or not. More...
 
int Delta [get, set]
 Gets or sets the delta required to make the correction during the audit. More...
 

Detailed Description

The construct returned after a non-volatile audit is performed.

Constructor & Destructor Documentation

◆ AuditResult() [1/2]

Apac.Licensing.AuditResult.AuditResult ( )
inline

Initializes a new instance of the AuditResult class.

◆ AuditResult() [2/2]

Apac.Licensing.AuditResult.AuditResult ( bool  changed,
int  delta 
)
inline

Initializes a new instance of the AuditResult class.

Parameters
changedif set to true [changed].
deltaThe delta.

Property Documentation

◆ Changed

bool Apac.Licensing.AuditResult.Changed
getset

Gets or sets a value indicating whether the audit resulted in a change or not.

true if changed; otherwise, false.

◆ Delta

int Apac.Licensing.AuditResult.Delta
getset

Gets or sets the delta required to make the correction during the audit.

The delta.


The documentation for this class was generated from the following file: