메소드 | 설명 | |
---|---|---|
BsonCreatorMap ( BsonClassMap classMap, |
Initializes a new instance of the BsonCreatorMap class.
|
|
Freeze ( ) : void |
Freezes the creator map.
|
|
HasDefaultValue ( string elementName ) : bool |
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.
|
메소드 | 설명 | |
---|---|---|
CreateInstance ( object>.Dictionary |
||
ThrowFrozenException ( ) : void | ||
ThrowNotFrozenException ( ) : void |
public BsonCreatorMap ( BsonClassMap classMap, |
||
classMap | BsonClassMap | The class map. |
memberInfo | The member info (null if none). | |
@delegate | ||
리턴 | System |
public HasDefaultValue ( string elementName ) : bool | ||
elementName | string | The element name. |
리턴 | bool |
public SetArguments ( IEnumerable |
||
arguments | IEnumerable |
The arguments. |
리턴 | BsonCreatorMap |
public SetArguments ( IEnumerable |
||
argumentNames | IEnumerable |
The argument names. |
리턴 | BsonCreatorMap |