protected virtual ProcessSchema CreateContextHelpEventsProcessSchema()
        {
            var schema = new ContextHelpEventsProcessSchema(ProcessSchemaManager, this);

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