ICustomAttributeServiceGetAllCustomAttributes Method

Gets the custom attribute definitions.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<Guid, CustomAttributeInfo> GetAllCustomAttributes()

Return Value

Type: IDictionaryGuid, CustomAttributeInfo
A dictionary of all custom attribute definitions with the ID of the custom attribute as the key and the corresponding CustomAttributeInfo object as the value.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also