Gets the usage amount from the given period for the child tenants.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, Dictionary<string, double>> GetChildTenantsUsageAmount(
string[] usageCodes,
DateTime fromDate,
DateTime toDate,
string parentTenantId
)
public static Dictionary<string, Dictionary<string, double>> GetChildTenantsUsageAmount(
string[] usageCodes,
DateTime fromDate,
DateTime toDate,
string parentTenantId
)
Public Shared Function GetChildTenantsUsageAmount (
usageCodes As String(),
fromDate As DateTime,
toDate As DateTime,
parentTenantId As String
) As Dictionary(Of String, Dictionary(Of String, Double))
Public Shared Function GetChildTenantsUsageAmount (
usageCodes As String(),
fromDate As DateTime,
toDate As DateTime,
parentTenantId As String
) As Dictionary(Of String, Dictionary(Of String, Double))
static member GetChildTenantsUsageAmount :
usageCodes : string[] *
fromDate : DateTime *
toDate : DateTime *
parentTenantId : string -> Dictionary<string, Dictionary<string, float>>
static member GetChildTenantsUsageAmount :
usageCodes : string[] *
fromDate : DateTime *
toDate : DateTime *
parentTenantId : string -> Dictionary<string, Dictionary<string, float>>
Parameters
- usageCodes
- Type: System String
usage code arrary (optional)
- fromDate
- Type: System DateTime
from date
- toDate
- Type: System DateTime
to date
- parentTenantId
- Type: System String
tenant id
Return Value
Type:
Dictionary String,
Dictionary String,
Double