Class RetryRule
Inheritance
System.Object
RetryRule
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RetryRule : Object
Constructors
RetryRule()
Declaration
Properties
AssociateStatusId
Declaration
public int AssociateStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Cancel
Declaration
public Nullable<bool> Cancel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Charge
Declaration
public bool Charge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NotificationCount
Declaration
public Nullable<int> NotificationCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SendEmail
Declaration
public Nullable<bool> SendEmail { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|