Method | Description | |
---|---|---|
Apply ( BsonMemberMap memberMap ) : void |
Applies a modification to the member map.
|
|
DelegateMemberMapConvention ( string name, Action |
Initializes a new instance of the DelegateMemberMapConvention class.
|
public Apply ( BsonMemberMap memberMap ) : void | ||
memberMap | BsonMemberMap | The member map. |
return | void |
public DelegateMemberMapConvention ( string name, Action |
||
name | string | The name. |
action | Action |
The delegate. |
return | System |