ICustomAttributeServiceGetEffectiveValuesForAccount(Guid, NullableGuid) Method |
Retrieve the effective custom attribute values for the specified account in the context of the specified tenant.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<Guid, CustomAttributeValue> GetEffectiveValuesForAccount(
Guid accountId,
Guid? tenantId
)
Function GetEffectiveValuesForAccount (
accountId As Guid,
tenantId As Guid?
) As IDictionary(Of Guid, CustomAttributeValue)
IDictionary<Guid, CustomAttributeValue^>^ GetEffectiveValuesForAccount(
Guid accountId,
Nullable<Guid> tenantId
)
abstract GetEffectiveValuesForAccount :
accountId : Guid *
tenantId : Nullable<Guid> -> IDictionary<Guid, CustomAttributeValue> Parameters
- accountId Guid
- The ID of the account.
- tenantId NullableGuid
- The ID of the tenant, or to specify that no tenant should be considered.
Return Value
IDictionaryGuid,
CustomAttributeValue
A dictionary containing all effective custom attributes of the account with the specified ID
having the ID of the custom attribute as the key and the corresponding
CustomAttributeValue
object as the value.
Exceptions
See Also