Show / Hide Table of Contents

    Class PortalUsersSummary

    Provides cumulative information about a group of selected users.

    Inheritance
    Object
    PortalUsersSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    Int32

    EnabledUsers

    Gets or sets the number of users in enabled state.

    Declaration
    public int EnabledUsers { get; set; }
    Property Value
    Type Description
    Int32

    ReadOnlyUsers

    Gets or sets the number of users with read-only privileges.

    Declaration
    public int ReadOnlyUsers { get; set; }
    Property Value
    Type Description
    Int32

    ReadWriteUsers

    Gets or sets the number of users with read-write privileges.

    Declaration
    public int ReadWriteUsers { get; set; }
    Property Value
    Type Description
    Int32

    TotalUsers

    Gets or sets the total number of users.

    Declaration
    public int TotalUsers { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation