protected virtual ProcessSchema CreateESNNotificationTypeEventsProcessSchema()
        {
            var schema = new ESNNotificationTypeEventsProcessSchema(ProcessSchemaManager, this);

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