Exemple #1
0
        protected virtual ProcessSchema CreateImportSessionChunkEventsProcessSchema()
        {
            var schema = new ImportSessionChunkEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemple #2
0
 public ImportSessionChunkEventsProcessSchema(ImportSessionChunkEventsProcessSchema source)
     : base(source)
 {
 }