Search Results for

    Show / Hide Table of Contents

    Class IdentityKindSummary

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

    Inheritance
    object
    IdentityKindSummary
    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 IdentityKindSummary

    Constructors

    IdentityKindSummary()

    Declaration
    public IdentityKindSummary()

    Properties

    Kind

    Gets or sets the identity kind.

    Declaration
    [DataMember]
    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
    [DataMember]
    public int TotalIdentities { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation