protected virtual ProcessSchema CreateSysPrcElMIHistoryLogEventsProcessSchema()
        {
            var schema = new SysPrcElMIHistoryLogEventsProcessSchema(ProcessSchemaManager, this);

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