ICustomAttributeService Interface |
Namespace: Dundas.BI.AccountServices
The ICustomAttributeService type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteCustomAttribute |
Delete a custom attribute.
|
![]() | GetAllCustomAttributes |
Gets the custom attribute definitions.
|
![]() | GetAllCustomAttributes(NullableGuid) |
Gets the definitions of custom attributes visible to the specified tenant.
|
![]() | GetCustomAttribute(Guid) | Gets a custom attribute by ID. |
![]() ![]() | GetCustomAttribute(String) | Gets a custom attribute by name. |
![]() | GetCustomAttributeReferences | Gets the references of the specified custom attribute. |
![]() | GetEffectiveValuesForAccount(Guid) | Obsolete.
Retrieve the effective custom attribute values for the specified account.
|
![]() | GetEffectiveValuesForAccount(Guid, NullableGuid) |
Retrieve the effective custom attribute values for the specified account in the context of the specified tenant.
|
![]() | GetEffectiveValuesForGroup |
Retrieve the effective custom attribute value of a group.
|
![]() ![]() | SaveCustomAttribute |
Save a custom attribute.
|