C# Class MonkeyWrench.DataClasses.Logic.GetViewTableDataResponse

Inheritance: WebServiceResponse
Show file Open project: rolfbjarne/monkeywrench Class Usage Examples

Public Properties

Property Type Description
Count int
Host DBHost
Lane DBLane
Page int
PageSize int
RevisionWorkViews List

Property Details

Count public property

public int Count
return int

Host public property

public DBHost Host
return DBHost

Lane public property

public DBLane Lane
return DBLane

Page public property

public int Page
return int

PageSize public property

public int PageSize
return int

RevisionWorkViews public property

public List RevisionWorkViews
return List