Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember]
    public int HostedReferences { get; set; }
    Property Value
    Type Description
    int

    HostedServiceVersions

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

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

    ReferencedBehaviors

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

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

    ServiceBehaviors

    Gets or sets the total number of service behaviors.

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

    TotalBehaviors

    Gets or sets the total number of public behaviors.

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

    TotalReferences

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

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

    TotalServiceVersions

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

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