protected virtual ProcessSchema CreateQualifyStatusDecouplingEventsProcessSchema()
        {
            var schema = new QualifyStatusDecouplingEventsProcessSchema(ProcessSchemaManager, this);

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