protected virtual ProcessSchema CreateVwEntityObjectsEventsProcessSchema()
        {
            var schema = new VwEntityObjectsEventsProcessSchema(ProcessSchemaManager, this);

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