Class ReportTypedArgument
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
TypedArgument, all report arguments should be inherited from this class.
public class ReportTypedArgument
- Inheritance
-
ReportTypedArgument
- Inherited Members
Constructors
ReportTypedArgument()
Initializes a new instance of the ReportTypedArgument class.Default constructor.
public ReportTypedArgument()
ReportTypedArgument(ReportArgumentType?)
Initializes a new instance of the ReportTypedArgument class.The constructor.
protected ReportTypedArgument(ReportArgumentType? reportArgumentType)
Parameters
reportArgumentType
ReportArgumentType?The ReportArgumentType.
Properties
RedirectSendReportTrue
Gets or sets a value indicating whether to redirect SendReportTrue.
public bool RedirectSendReportTrue { get; set; }
Property Value
RedirectingUser
Gets or sets redirecting User.
public User? RedirectingUser { get; set; }
Property Value
ReportArgumentType
Gets or sets ReportArgumentType.
public ReportArgumentType? ReportArgumentType { get; set; }
Property Value
- ReportArgumentType?
Nullable<T> where T is. ReportArgumentType