protected virtual ProcessSchema CreateNotificationProviderEventsProcessSchema()
        {
            var schema = new NotificationProviderEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public NotificationProviderEventsProcessSchema(NotificationProviderEventsProcessSchema source)
     : base(source)
 {
 }