Click or drag to resize

PlanInfo Class

Plan info class.
Inheritance Hierarchy
SystemObject
  ZReportsPlanInfo

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class PlanInfo

The PlanInfo type exposes the following members.

Methods
  NameDescription
Public methodGetAddon
Gets the addon.
Public methodGetBillingDate
Gets the billing date.
Public methodGetPlan
Gets the plan.
Public methodGetRowsAllowed
Gets the rows allowed.
Public methodGetRowsUsed
Gets the rows used.
Public methodGetTrialAvailed
Gets the trial availed.
Public methodGetTrialEndDate
Gets the trial end date.
Public methodGetTrialPlan
Gets the trial plan.
Public methodGetTrialStatus
Gets the trial status.
Top
Fields
  NameDescription
Private fieldaddon
The addon details.
Private fieldbillingDate
The billing date.
Private fieldplan
The plan name.
Private fieldrowsAllowed
The rows allowed.
Private fieldrowsUsed
The rows used.
Private fieldtrialAvailed
The trial availed.
Private fieldtrialEndDate
The trial end date.
Private fieldtrialPlan
The trial plan status.
Private fieldtrialStatus
The trial status.
Top
See Also