Exemplo n.º 1
0
        protected void drpSearchConditionApplication_SelectedIndexChanged(object sender, EventArgs e)
        {
            txtSearchConditionApplicationName.Text = drpSearchConditionApplication.SelectedValue;

            BindLists();
            BucketOfNotificationEventType.ReloadBucketList(true);
            BucketOfNotificationPublisher.ReloadBucketList(true);
            BucketOfNotificationEventType.ConfigureBucket("NotificationEventType", 1, GetNotificationEventTypeList, GetAssociatedNotificationEventTypes, SaveByNotificationPublisher);
            BucketOfNotificationPublisher.ConfigureBucket("NotificationPublisher", 1, GetNotificationPublisherList, GetAssociatedNotificationPublishers, SaveByNotificationEventType);
        }
Exemplo n.º 2
0
 protected override void OnInit(EventArgs e)
 {
     BucketOfNotificationEventType.ConfigureBucket("NotificationEventType", 1, GetNotificationEventTypeList, GetAssociatedNotificationEventTypes, SaveByNotificationPublisher);
     BucketOfNotificationPublisher.ConfigureBucket("NotificationPublisher", 1, GetNotificationPublisherList, GetAssociatedNotificationPublishers, SaveByNotificationEventType);
 }