protected virtual ProcessSchema CreateImportSessionChunkEventsProcessSchema() { var schema = new ImportSessionChunkEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public ImportSessionChunkEventsProcessSchema(ImportSessionChunkEventsProcessSchema source) : base(source) { }