protected virtual ProcessSchema CreateVwModuleHistoryEventsProcessSchema()
        {
            var schema = new VwModuleHistoryEventsProcessSchema(ProcessSchemaManager, this);

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