protected virtual ProcessSchema CreatePriorityInSupportLevelEventsProcessSchema()
        {
            var schema = new PriorityInSupportLevelEventsProcessSchema(ProcessSchemaManager, this);

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