Class GetItemHistoryLimitResponse
Inheritance
System.Object
GetItemHistoryLimitResponse
Assembly: BoldReports.Web.dll
Syntax
public class GetItemHistoryLimitResponse : Object
Constructors
GetItemHistoryLimitResponse()
Declaration
public GetItemHistoryLimitResponse()
Declaration
public GetItemHistoryLimitResponse(ServerInfoHeader ServerInfoHeader, int HistoryLimit, bool IsSystem, int SystemLimit)
Parameters
Type |
Name |
Description |
ServerInfoHeader |
ServerInfoHeader |
|
System.Int32 |
HistoryLimit |
|
System.Boolean |
IsSystem |
|
System.Int32 |
SystemLimit |
|
Fields
HistoryLimit
Declaration
Field Value
Type |
Description |
System.Int32 |
|
IsSystem
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public ServerInfoHeader ServerInfoHeader
Field Value
SystemLimit
Declaration
Field Value
Type |
Description |
System.Int32 |
|