Class ServiceVersionUsageSummaryRequest
Provides parameters for the service version based usage summary reports.
Implements
Inherited Members
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. |