Class AfterCancelCheckOutEventArgs
Represents AfterCancelCheckOut event arguments.
Inheritance
System.Object
System.EventArgs
AfterCancelCheckOutEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class AfterCancelCheckOutEventArgs : EventArgs
Constructors
AfterCancelCheckOutEventArgs(String, Boolean, Exception)
Initializes a new instance of the AfterCancelCheckOutEventArgs class.
Declaration
public AfterCancelCheckOutEventArgs(string urn, bool success, Exception error)
Parameters
Type | Name | Description |
---|---|---|
System.String | urn | The urn. |
System.Boolean | success | if set to |
System.Exception | error | The error. |
Properties
Error
Gets or sets the error.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception | The error. |
Success
Gets a value indicating whether this event is successful.
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Urn
Gets the urn.
Declaration
public string Urn { get; }
Property Value
Type | Description |
---|---|
System.String | The urn. |