Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class PortalUsersSummary

    Constructors

    PortalUsersSummary()

    Declaration
    public PortalUsersSummary()

    Properties

    AdministratorUsers

    Gets or sets the number of administrators.

    Declaration
    [DataMember]
    public int AdministratorUsers { get; set; }
    Property Value
    Type Description
    int

    EnabledUsers

    Gets or sets the number of users in enabled state.

    Declaration
    [DataMember]
    public int EnabledUsers { get; set; }
    Property Value
    Type Description
    int

    ReadOnlyUsers

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

    Declaration
    [DataMember]
    public int ReadOnlyUsers { get; set; }
    Property Value
    Type Description
    int

    ReadWriteUsers

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

    Declaration
    [DataMember]
    public int ReadWriteUsers { get; set; }
    Property Value
    Type Description
    int

    TotalUsers

    Gets or sets the total number of users.

    Declaration
    [DataMember]
    public int TotalUsers { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation