IRepresentationConfigurable Interface (original) (raw)

Represents a serializer that has a Representation property.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public interface IRepresentationConfigurable

Public Interface IRepresentationConfigurable

type IRepresentationConfigurable = interface end

The IRepresentationConfigurable type exposes the following members.

Properties

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | Public method | WithRepresentation | Returns a serializer that has been reconfigured with the specified representation. |

Top

See Also

Reference