protected virtual ProcessSchema CreateSelectorTypeEventsProcessSchema()
        {
            var schema = new SelectorTypeEventsProcessSchema(ProcessSchemaManager, this);

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