Click or drag to resize
Infosoft Logo

IDynamicAttributeService Interface

Defines operations related to dynamic attributes.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IDynamicAttributeService : IBusinessService

The IDynamicAttributeService type exposes the following members.

Methods
 NameDescription
Public methodCreateDynamicAttribute Creates a new dynamic attribute.
Public methodDeleteDynamicAttribute Deletes the dynamic attribute.
Public methodGetDynamicAttributeByCode Gets a dynamic attribute by specifying its code.
Public methodGetDynamicAttributes Get a list of all dynamic attributes
Public methodUpdateDynamicAttribute Updates the dynamic attribute with the given values
Top
See Also