Click or drag to resize
Infosoft Logo

IDynamicAttributeEntityService Interface

A base repository service for manipulating DynamicAttribute 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 IDynamicAttributeEntityService : IDynamicAttributeQueryService, 
	IBusinessService

The IDynamicAttributeEntityService type exposes the following members.

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