protected virtual ProcessSchema CreateVwSysSettingEventsProcessSchema()
        {
            var schema = new VwSysSettingEventsProcessSchema(ProcessSchemaManager, this);

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