如何在所有类上全局应用BsonIgnoreExtraElements?

时间:2019-01-22 11:23:31

标签: c# mongodb

我想在所有代表mongo文档的C#类上应用BsonIgnoreExtraElements。因此,每次我更改文档中的内容时都不会出错。

让我知道该怎么做。

[BsonIgnoreExtraElements]
public class ParticipantSurvey : BaseSurvey
{
  public List<ParticipantSurveySection> Sections { get; set; }

  public List<ParticipantSurveyQuestion> G

0 个答案:

没有答案