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 (24.1.0.1001)
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 methodGetCustomAttributeReferences
Gets the references of the specified custom attribute.
Public methodGetEffectiveValuesForAccount
Retrieve the effective custom attribute value of an account.
Public methodGetEffectiveValuesForGroup
Retrieve the effective custom attribute value of a group.
Public methodCode exampleSaveCustomAttribute
Save a custom attribute.
Top
See Also