RemovingAccountFromTenantsEventArgs Constructor |
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic RemovingAccountFromTenantsEventArgs(
Guid accountId,
ICollection<Guid> tenantIds,
bool isDeletingTenant
)
Public Sub New (
accountId As Guid,
tenantIds As ICollection(Of Guid),
isDeletingTenant As Boolean
)
public:
RemovingAccountFromTenantsEventArgs(
Guid accountId,
ICollection<Guid>^ tenantIds,
bool isDeletingTenant
)
new :
accountId : Guid *
tenantIds : ICollection<Guid> *
isDeletingTenant : bool -> RemovingAccountFromTenantsEventArgsParameters
- accountId Guid
- The account ID.
- tenantIds ICollectionGuid
- The list of tenant IDs from which the account is being removed.
- isDeletingTenant Boolean
- Gets a value indicating whether the specified tenants are in the process of being deleted.
See Also