简体   繁体   中英

how to extend settings in asp.net boilerplate

I'm using asp.net Zero which is based on asp.net boilerplate to develop our project. I want to save our settings in AbpSettings table. But we have to add a filed named year. when I get settings or insert settings, year filed is required. now I have extended Setting class and year filed is added to the database. But I have no idea about how to extend SettingManager.I have read the source code of asp.net boilerplate. It seems no way to do that. Does anybody know how to do that? Thank you very much!

Here it shows how to extend AuditLogs, for the case of configurations it should be similar, AS.NET Boilerplate, extending audit log

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM