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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    public int? FolderId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Methods

    Validate()

    Evaluates the state of the object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Overrides
    UsageSummaryRequest.Validate()

    Implements

    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation