Click or drag to resize
Infosoft Logo

IDynamicAttributeTypeEntityService Interface

A base repository service for manipulating DynamicAttributeType entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IDynamicAttributeTypeEntityService : IDynamicAttributeTypeQueryService, 
	IBusinessService

The IDynamicAttributeTypeEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new DynamicAttributeType
Public methodDelete Deletes the specified DynamicAttributeType.
Public methodGet Gets a list of DynamicAttributeTypes matching the specified filter.
(Inherited from IDynamicAttributeTypeQueryService)
Public methodGetAll Gets all DynamicAttributeTypes
(Inherited from IDynamicAttributeTypeQueryService)
Public methodGetSingle Gets a single DynamicAttributeType matching the provided filter.
(Inherited from IDynamicAttributeTypeQueryService)
Public methodUpdate Updates the specified DynamicAttributeType
Top
See Also