IMessageTypeManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Maintenance
The IMessageTypeManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | ActivateMessageTypes(IEnumerableInt64) |
Activates message types
|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | IMessageType | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IEnumerableT, T: IMessageType | Filter(IMessageTypeFilter) |
Filter message types
|
![]() | IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) |
![]() | IEnumerableT, T: IMessageType | GetAllActive |
Returns all active message types
|
![]() | IEnumerableT, T: IMessageType | GetAllInactive |
Returns all inactive message types
|
![]() | void | InactivateMessageTypes(IEnumerableInt64) |
Deactivetes message types
|
![]() | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |