protected virtual ProcessSchema CreateSysPrcEntityHistoryEventsProcessSchema()
        {
            var schema = new SysPrcEntityHistoryEventsProcessSchema(ProcessSchemaManager, this);

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