protected virtual ProcessSchema CreateJobChangeReasonEventsProcessSchema()
        {
            var schema = new JobChangeReasonEventsProcessSchema(ProcessSchemaManager, this);

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