protected virtual ProcessSchema CreateNotificationsSettingsEventsProcessSchema()
        {
            var schema = new NotificationsSettingsEventsProcessSchema(ProcessSchemaManager, this);

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