protected virtual ProcessSchema CreateSupportLevelEventsProcessSchema()
        {
            var schema = new SupportLevelEventsProcessSchema(ProcessSchemaManager, this);

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