protected virtual ProcessSchema CreateESNNotificationEventsProcessSchema()
        {
            var schema = new ESNNotificationEventsProcessSchema(ProcessSchemaManager, this);

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