Class PortalUsersSummary
Provides cumulative information about a group of selected users.
Inheritance
System.Object
PortalUsersSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class PortalUsersSummary
Constructors
PortalUsersSummary()
Declaration
public PortalUsersSummary()
Properties
AdministratorUsers
Gets or sets the number of administrators.
Declaration
public int AdministratorUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnabledUsers
Gets or sets the number of users in enabled state.
Declaration
public int EnabledUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReadOnlyUsers
Gets or sets the number of users with read-only privileges.
Declaration
public int ReadOnlyUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReadWriteUsers
Gets or sets the number of users with read-write privileges.
Declaration
public int ReadWriteUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalUsers
Gets or sets the total number of users.
Declaration
public int TotalUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |