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