Click or drag to resize
IMessageExtendedTemplateManager Methods

[This is preliminary documentation and is subject to change.]

The IMessageExtendedTemplateManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableTCreate(IEnumerableT)
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.)
Public method void Delete(IEnumerableInt64)
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(IEnumerableInt64)
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetMessageExtendedSubscriptionJobTypes(IEnumerableInt64)
Gets "configured" SubscriptionJobTypes on MessageExtendedTemplate
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetNaUsers(IEnumerableInt64)
Retrieves configured netadmin users for a set of templates
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetServices(IEnumerableInt64)
Retrieves configured services for a set of templates
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetSpUsers(IEnumerableInt64)
Retrieves configured service provider users for a set of templates
Public method void SetMessageExtendedSubscriptionJobTypes(Int64, IEnumerableInt64)
Sets the configurations that will constraint the trigger of a MessageExtended event occuring on a given configuration
Public method void SetNaUsers(Int64, IEnumerableInt64)
Sets the specific set of user ids for a template. Will add/remove relations as required
Public method void SetServices(Int64, IEnumerableInt64)
Sets the specific set of service ids for a template. Will add/remove relations as required
Public method void SetSpUsers(Int64, IEnumerableInt64)
Sets the specific set of user ids for a template. Will add/remove relations as required
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
  NameDescription
Public Extension MethodIMessageExtendedTemplateCreateIMessageExtendedTemplate(IMessageExtendedTemplate) (Defined by CreateableBatchExtensions.)
Public Extension Method void DeleteIMessageExtendedTemplate(Int64) (Defined by DeletableBatchExtensions.)
Public Extension MethodIMessageExtendedTemplateDetailsAllIMessageExtendedTemplate(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIMessageExtendedTemplate(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIMessageExtendedTemplateDetailsAnyIMessageExtendedTemplate(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension Method void UpdateIMessageExtendedTemplate(IMessageExtendedTemplate) (Defined by UpdateableBatchExtensions.)
Top
See Also