protected virtual ProcessSchema CreateVwSysProcessLogEventsProcessSchema()
        {
            var schema = new VwSysProcessLogEventsProcessSchema(ProcessSchemaManager, this);

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