| MessageTemplateManager Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Messaging.Implementation.MessageTemplateManager"]
Namespace: Netadmin.Management.Messaging.Implementation
public class MessageTemplateManager : IMessageTemplateManager, IManager<IMessageTemplate>, ICruddableBatch<IMessageTemplate>, ICreateableBatch<IMessageTemplate>, IDetailsableBatch<IMessageTemplate>, IUpdateableBatch<IMessageTemplate>, IDeletableBatch<IMessageTemplate>, IFilterable<IMessageTemplate, IMessageTemplateFilter>, ITop100<IMessageTemplate>, IUniqeueNames<IMessageTemplate>
The MessageTemplateManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | MessageTemplateManager(IObjectManager, IBusinessLogger, IDependencyManagerIMessageTemplate, ICustomerManager, IMessagingManager, ICompanyManager, IDateTimeProvider, IMessageBulkSettingManager) | Initializes a new instance of the MessageTemplateManager class |
| Name | Description | ||
|---|---|---|---|
| IEnumerableT, T: IMessageTemplate | Create(IEnumerableIMessageTemplate) | ||
| void | Delete(IEnumerableInt64) | ||
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) | ||
| Boolean | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| IPaginationT, T: IMessageTemplate | Filter(IMessageTemplateFilter, PaginationRequestIMessageTemplate) | ||
| void | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| IReadOnlyDictionaryTKey, TValue, T: String | GetAnyByNames(IEnumerableString) | ||
| IEnumerableT, T: String | GetDuplicateNames(IEnumerableKeyValuePairInt64, String) | ||
| Int32 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| IReadOnlyDictionaryTKey, TValue, T: String | GetTop100(ExpressionFuncIMessageTemplate, String, String) | ||
| Type | GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Object | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| String | ReplaceVariablesForTemplate(String, IMessageListCustomer) | ||
| Guid | SendTestEmailMessage(Int64, Int64, String) | ||
| Guid | SendTestSmsMessage(Int64, Int64, String) | ||
| String | ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| void | Update(IEnumerableIMessageTemplate) |
| Name | Description | ||
|---|---|---|---|
| IMessageTemplate | CreateIMessageTemplate(IMessageTemplate) | (Defined by CreateableBatchExtensions.) | |
| void | DeleteIMessageTemplate(Int64) | (Defined by DeletableBatchExtensions.) | |
| IMessageTemplate | DetailsAllIMessageTemplate(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIMessageTemplate(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IMessageTemplate | DetailsAnyIMessageTemplate(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) | |
| IReadOnlyDictionaryTKey, TValue, T: String | GetAnyByNamesIMessageTemplate(String) | (Defined by UniqueNamesExtensions.) | |
| void | UpdateIMessageTemplate(IMessageTemplate) | (Defined by UpdateableBatchExtensions.) |