Show / Hide Table of Contents

    Class IdentityKindSummary

    Provides the cumulative information about public identities of a specific kind.

    Inheritance
    System.Object
    IdentityKindSummary
    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 IdentityKindSummary

    Constructors

    IdentityKindSummary()

    Declaration
    public IdentityKindSummary()

    Properties

    Kind

    Gets or sets the identity kind.

    Declaration
    public IdentityKind Kind { get; set; }
    Property Value
    Type Description
    IdentityKind

    TotalIdentities

    Gets or sets the total number of the identities of the specified kind.

    Declaration
    public int TotalIdentities { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Nevatech Sentinet 6.6 Online Documentation