Untitled

 avatar
unknown
plain_text
2 years ago
3.5 kB
4
Indexable
namespace Ezrx.AccountIdentity.Common.Constants
{
    public class ServiceBusConstant
    {
        //Error
        public const string MessageError = "Error in Queue Name: {0}. Message {1}";

        //Notification
        public const string EmailSubsFilterName = "ezrx.notif.email";
        public const string InAppSubsFilterName = "ezrx.notif.inapp";
        public const string PushNotifSubsFilterName = "ezrx.notif.pushnotif";
        public const string ProgramSubsFilterName = "ezrx.notif.program";

        //Account Customer
        public const string SyncAccountCustomerSubsFilterName = "ezrx.account-identity.sync-account-customer";
        public const string DeleteAccountCustomerSubsFilterName = "ezrx.account-identity.delete-account-customer";
        public const string CreateAccountCustomerSubsFilterName = "ezrx.account-identity.create-account-customer";
        public const string EditAccountCustomerSubsFilterName = "ezrx.account-identity.edit-account-customer";
        public const string EditPointAccountCustomerSubsFilterName = "ezrx.account-identity.edit-point-account-customer";

        //Account Roles
        public const string CreateAccountRoleSubsFilterName = "ezrx.account-identity.create-account-role";
        public const string EditAccountRoleSubsFilterName = "ezrx.account-identity.edit-account-role";
        public const string DeleteAccountRoleSubsFilterName = "ezrx.account-identity.delete-account-role";

        //Account EzB2B 
        public const string EditCustomerEzB2BSubsFilterName = "ezrx.account-identity.edit-customer-ezb2b";

        //BranchAPL
        public const string CreateBranchAPLSubsFilterName = "ezrx.account-identity.create-branch-apl";
        public const string EditBranchAPLSubsFilterName = "ezrx.account-identity.edit-branch-apl";

        //IndustryCode
        public const string CreateIndustryCodeSubsFilterName = "ezrx.account-identity.create-industry-code";
        public const string EditIndustryCodeSubsFilterName = "ezrx.account-identity.edit-industry-code";

        //Customer GT
        public const string CreateCustomerGTSubsFilterName = "ezrx.account-identity.create-account-gt";

        //Email Template
        public const string CreateOrEditEmailTemplateSubsFilterName = "ezrx.notif.create-edit-email-template";
        public const string SyncEmailTemplateSubsFilterName = "ezrx.notif.sync-email-template";
        public const string SyncEmailTemplateAccountServiceSubsFilterName = "ezrx.account-identity.notif-sync-email-template";

        //DeleteMe
        public const string DeleteMeSubsFilterName = "ezrx.account-identity.delete-me";

        //LoginHistory
        public const string CreateLoginHistorySubsFilterName = "ezrx.account-identity.create-login-history";
        public const string SyncLoginHistorySubsFilterName = "ezrx.account-identity.sync-login-history";

        //Custom Token Authorization
        public const string CustomTokenAuthorization = "ezrx.account-identity.custom-token-authorization";

        //ApplicationOption
        public const string EditApplicationOptionSubsFilterName = "ezrx.catalog.update-application-option";
        //Account Setting
        public const string CreateAccountSettingSubsFilterName = "ezrx.account-identity.create-account-setting";
        public const string EditAccountSettingFilterName = "ezrx.account-identity.edit-account-setting";
    }
}
Editor is loading...