protected virtual ProcessSchema CreateSysRepositoryEventsProcessSchema()
        {
            var schema = new SysRepositoryEventsProcessSchema(ProcessSchemaManager, this);

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