CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
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. More...
 
List< ActivityGetRecentActivity ()
 Gets the items in the recent activity queue. More...
 
void Dispose ()
 Dispose resources used by this object. More...
 

Properties

int RecentActivityCount = 100 [getset]
 Gets or sets a value indicating the number of items to maintain in the recent activity list. More...
 
DateTimeOffset FirstCall [get]
 Gets the time the data portal was first invoked More...
 
DateTimeOffset LastCall [get]
 Gets the most recent time the data portal was invoked More...
 
long TotalCalls [get]
 Gets the total number of times the data portal has been invoked More...
 
long CompletedCalls [get]
 Gets the number of times data portal calls have successfully completed More...
 
long FailedCalls [get]
 Gets the number of times data portal calls have failed More...
 
- Properties inherited from Csla.Server.Dashboard.IDashboard
DateTimeOffset FirstCall [get]
 Gets the time the data portal was first invoked More...
 
DateTimeOffset LastCall [get]
 Gets the most recent time the data portal was invoked More...
 
long TotalCalls [get]
 Gets the total number of times the data portal has been invoked More...
 
long FailedCalls [get]
 Gets the number of times data portal calls have failed More...
 
long CompletedCalls [get]
 Gets the number of times data portal calls have successfully completed More...
 

Detailed Description

Data portal server dashboard.

Definition at line 20 of file Dashboard.cs.

Constructor & Destructor Documentation

◆ Dashboard()

Csla.Server.Dashboard.Dashboard.Dashboard ( )

Creates an instance of the type.

Definition at line 34 of file Dashboard.cs.

Member Function Documentation

◆ Dispose()

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

Dispose resources used by this object.

Definition at line 153 of file Dashboard.cs.

◆ GetRecentActivity()

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

Gets the items in the recent activity queue.

Implements Csla.Server.Dashboard.IDashboard.

Definition at line 134 of file Dashboard.cs.

Property Documentation

◆ CompletedCalls

long Csla.Server.Dashboard.Dashboard.CompletedCalls
get

Gets the number of times data portal calls have successfully completed

Definition at line 116 of file Dashboard.cs.

◆ FailedCalls

long Csla.Server.Dashboard.Dashboard.FailedCalls
get

Gets the number of times data portal calls have failed

Definition at line 126 of file Dashboard.cs.

◆ FirstCall

DateTimeOffset Csla.Server.Dashboard.Dashboard.FirstCall
get

Gets the time the data portal was first invoked

Definition at line 95 of file Dashboard.cs.

◆ LastCall

DateTimeOffset Csla.Server.Dashboard.Dashboard.LastCall
get

Gets the most recent time the data portal was invoked

Definition at line 100 of file Dashboard.cs.

◆ 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.

Definition at line 45 of file Dashboard.cs.

◆ TotalCalls

long Csla.Server.Dashboard.Dashboard.TotalCalls
get

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

Definition at line 106 of file Dashboard.cs.