ICustomAttributeService Interface

Methods for performing operations on custom attribute.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface ICustomAttributeService

The ICustomAttributeService type exposes the following members.

Methods
 NameDescription
Public methodDeleteCustomAttribute Delete a custom attribute.
Public methodGetAllCustomAttributes Gets the custom attribute definitions.
Public methodGetAllCustomAttributes(NullableGuid) Gets the definitions of custom attributes visible to the specified tenant.
Public methodGetCustomAttribute(Guid)Gets a custom attribute by ID.
Public methodCode exampleGetCustomAttribute(String)Gets a custom attribute by name.
Public methodGetCustomAttributeReferencesGets the references of the specified custom attribute.
Public methodGetEffectiveValuesForAccount(Guid) Retrieve the effective custom attribute values for the specified account.
Obsolete
Public methodGetEffectiveValuesForAccount(Guid, NullableGuid) Retrieve the effective custom attribute values for the specified account in the context of the specified tenant.
Public methodGetEffectiveValuesForGroup Retrieve the effective custom attribute value of a group.
Public methodCode exampleSaveCustomAttribute Save a custom attribute.
Top
See Also