Search Results for

    Show / Hide Table of Contents

    Class ServiceVersionUsageSummaryRequest

    Provides parameters for the service version based usage summary reports.

    Inheritance
    object
    UsageSummaryRequest
    ServiceVersionUsageSummaryRequest
    Implements
    IValidator
    Inherited Members
    UsageSummaryRequest.ReportType
    UsageSummaryRequest.StartDateTime
    UsageSummaryRequest.EndDateTime
    UsageSummaryRequest.TimeUnit
    UsageSummaryRequest.ServiceVersionId
    UsageSummaryRequest.AuthorizationRuleId
    UsageSummaryRequest.ApplicationId
    UsageSummaryRequest.SubscriptionId
    UsageSummaryRequest.ProductId
    UsageSummaryRequest.ConsumerId
    UsageSummaryRequest.TopCount
    UsageSummaryRequest.Options
    UsageSummaryRequest.ErrorMessage
    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 ServiceVersionUsageSummaryRequest : UsageSummaryRequest, IValidator

    Constructors

    ServiceVersionUsageSummaryRequest()

    Declaration
    public ServiceVersionUsageSummaryRequest()

    Properties

    FolderId

    Gets or sets the identifier of the subtree root folder containing services to be evaluated. If not set, the repository root is assumed.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? FolderId { get; set; }
    Property Value
    Type Description
    int?

    ServiceId

    Gets or sets the identifier of the service containing the service versions to be evaluated. If not set then all services are considered.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? ServiceId { get; set; }
    Property Value
    Type Description
    int?

    Methods

    Validate()

    Evaluates the state of the object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    bool

    True if state is valid; otherwise, false.

    Overrides
    UsageSummaryRequest.Validate()

    Implements

    IValidator
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation