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()
Function GetAllCustomAttributes As IDictionary(Of Guid, CustomAttributeInfo)
IDictionary<Guid, CustomAttributeInfo^>^ GetAllCustomAttributes()
abstract GetAllCustomAttributes : unit -> IDictionary<Guid, CustomAttributeInfo>
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 See Also