IDynamic | |
public interface IDynamicAttributeTypeEntityService : IDynamicAttributeTypeQueryService, IBusinessService
The IDynamicAttributeTypeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new DynamicAttributeType | |
| Delete | Deletes the specified DynamicAttributeType. | |
| Get |
Gets a list of DynamicAttributeTypes matching the specified filter.
(Inherited from IDynamicAttributeTypeQueryService) | |
| GetAll |
Gets all DynamicAttributeTypes
(Inherited from IDynamicAttributeTypeQueryService) | |
| GetSingle |
Gets a single DynamicAttributeType matching the provided filter.
(Inherited from IDynamicAttributeTypeQueryService) | |
| Update | Updates the specified DynamicAttributeType |