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