Table of Contents

Class BsonIgnoreIfNullAttribute

Namespace
MongoDB.Bson.Serialization.Attributes
Assembly
MongoDB.Bson.dll

Indicates whether a field or property equal to null should be ignored when serializing this class.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class BsonIgnoreIfNullAttribute : Attribute, IBsonMemberMapAttribute
Inheritance
BsonIgnoreIfNullAttribute
Implements
Inherited Members
Extension Methods

Constructors

BsonIgnoreIfNullAttribute()

Initializes a new instance of the BsonIgnoreIfNullAttribute class.

BsonIgnoreIfNullAttribute(bool)

Initializes a new instance of the BsonIgnoreIfNullAttribute class.

Properties

Value

Gets whether a field or property equal to null should be ignored when serializing this class.

Methods

Apply(BsonMemberMap)

Applies a modification to the member map.