protected virtual ProcessSchema CreateImportSessionEventsProcessSchema()
        {
            var schema = new ImportSessionEventsProcessSchema(ProcessSchemaManager, this);

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