Show / Hide Table of Contents

    Class BehaviorsSummary

    Represents cumulative information about a group of selected behaviors.

    Inheritance
    Object
    BehaviorsSummary
    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 BehaviorsSummary

    Constructors

    BehaviorsSummary()

    Initializes an empty instance.

    Declaration
    public BehaviorsSummary()

    Properties

    HostedReferences

    Gets or sets the number of actively hosted endpoints or services using public behaviors.

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

    HostedServiceVersions

    Gets or sets the number of actively hosted distinct service versions using at least one public behavior.

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

    ReferencedBehaviors

    Gets or sets the number of behaviors that are used at least once.

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

    ServiceBehaviors

    Gets or sets the total number of service behaviors.

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

    TotalBehaviors

    Gets or sets the total number of public behaviors.

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

    TotalReferences

    Gets or sets the total number of endpoints or services using public behaviors.

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

    TotalServiceVersions

    Gets or sets the total number of distinct service versions using at least one public behavior.

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