CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.Dashboard.Dashboard Class Reference

Data portal server dashboard. More...

Inheritance diagram for Csla.Server.Dashboard.Dashboard:
Csla.Server.Dashboard.IDashboard

Public Member Functions

 Dashboard ()
 Creates an instance of the type.
List< ActivityGetRecentActivity ()
 Gets the items in the recent activity queue.
void Dispose ()
 Dispose resources used by this object.

Properties

int RecentActivityCount = 100 [get, set]
 Gets or sets a value indicating the number of items to maintain in the recent activity list. Default is 100.
DateTimeOffset FirstCall [get]
 Gets the time the data portal was first invoked.
DateTimeOffset LastCall [get]
 Gets the most recent time the data portal was invoked.
long TotalCalls [get]
 Gets the total number of times the data portal has been invoked.
long CompletedCalls [get]
 Gets the number of times data portal calls have successfully completed.
long FailedCalls [get]
 Gets the number of times data portal calls have failed.

Detailed Description

Data portal server dashboard.

Constructor & Destructor Documentation

◆ Dashboard()

Csla.Server.Dashboard.Dashboard.Dashboard ( )
inline

Creates an instance of the type.

Member Function Documentation

◆ Dispose()

void Csla.Server.Dashboard.Dashboard.Dispose ( )
inline

Dispose resources used by this object.

◆ GetRecentActivity()

List< Activity > Csla.Server.Dashboard.Dashboard.GetRecentActivity ( )
inline

Gets the items in the recent activity queue.

Implements Csla.Server.Dashboard.IDashboard.

Property Documentation

◆ CompletedCalls

long Csla.Server.Dashboard.Dashboard.CompletedCalls
get

Gets the number of times data portal calls have successfully completed.

Implements Csla.Server.Dashboard.IDashboard.

◆ FailedCalls

long Csla.Server.Dashboard.Dashboard.FailedCalls
get

Gets the number of times data portal calls have failed.

Implements Csla.Server.Dashboard.IDashboard.

◆ FirstCall

DateTimeOffset Csla.Server.Dashboard.Dashboard.FirstCall
get

Gets the time the data portal was first invoked.

Implements Csla.Server.Dashboard.IDashboard.

◆ LastCall

DateTimeOffset Csla.Server.Dashboard.Dashboard.LastCall
get

Gets the most recent time the data portal was invoked.

Implements Csla.Server.Dashboard.IDashboard.

◆ RecentActivityCount

int Csla.Server.Dashboard.Dashboard.RecentActivityCount = 100
getset

Gets or sets a value indicating the number of items to maintain in the recent activity list. Default is 100.

◆ TotalCalls

long Csla.Server.Dashboard.Dashboard.TotalCalls
get

Gets the total number of times the data portal has been invoked.

Implements Csla.Server.Dashboard.IDashboard.


The documentation for this class was generated from the following file: