Class ProfileServiceStatistics
Statistics about the profile service
public class ProfileServiceStatistics
- Inheritance
-
ProfileServiceStatistics
- Inherited Members
Properties
AdministratorCount
public int AdministratorCount { get; set; }
Property Value
PatientCount
public int PatientCount { get; set; }
Property Value
PhysicianCount
public int PhysicianCount { get; set; }
Property Value
TotalProfiles
public int TotalProfiles { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.