Class BsonCreatorMap

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.Serialization

Assembly

MongoDB.Bson.dll

Represents a mapping to a delegate and its arguments.

public class BsonCreatorMap

Inheritance

BsonCreatorMap

Inherited Members

Extension Methods

Constructors

BsonCreatorMap(BsonClassMap, MemberInfo, Delegate)

Initializes a new instance of the BsonCreatorMap class.

Properties

Arguments

Gets the arguments.

ClassMap

Gets the class map that this creator map belongs to.

Delegate

Gets the delegeate

ElementNames

Gets the element names.

MemberInfo

Gets the member info (null if none).

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Freeze()

Freezes the creator map.

GetHashCode()

Serves as the default hash function.

HasDefaultValue(string)

Gets whether there is a default value for a missing element.

SetArguments(IEnumerable)

Sets the arguments for the creator map.

SetArguments(IEnumerable)

Sets the arguments for the creator map.