예제 #1
0
 public PostfixTemplateRegistration(
     [NotNull] IPostfixTemplate <TPostfixTemplateContext> template, [NotNull] PostfixTemplateAttribute metadata, [NotNull] string providerKey)
 {
     Template    = template;
     Metadata    = metadata;
     SettingsKey = providerKey;
 }
예제 #2
0
 public TemplateProviderInfo([NotNull] IPostfixTemplate provider,
                             [NotNull] PostfixTemplateAttribute metadata,
                             [NotNull] string providerKey)
 {
     Provider    = provider;
     Metadata    = metadata;
     SettingsKey = providerKey;
 }