Open this page in the API Guide

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 (25.1.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(Nullable<Guid>)
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(Guid) Obsolete.
Retrieve the effective custom attribute values for the specified account.
Public methodGetEffectiveValuesForAccount(Guid, Nullable<Guid>)
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