메소드 | 설명 | |
---|---|---|
Apply ( BsonClassMap classMap ) : void |
Applies a modification to the class map.
|
|
ReadWriteMemberFinderConvention ( ) : System.Reflection |
Initializes a new instance of the ReadWriteMemberFinderConvention class.
|
|
ReadWriteMemberFinderConvention ( BindingFlags bindingFlags ) : System.Reflection |
Initializes a new instance of the ReadWriteMemberFinderConvention class.
|
|
ReadWriteMemberFinderConvention ( MemberTypes memberTypes ) : System.Reflection |
Initializes a new instance of the ReadWriteMemberFinderConvention class.
|
|
ReadWriteMemberFinderConvention ( MemberTypes memberTypes, BindingFlags bindingFlags ) : System.Reflection |
Initializes a new instance of the ReadWriteMemberFinderConvention class.
|
메소드 | 설명 | |
---|---|---|
MapField ( BsonClassMap classMap, |
||
MapProperty ( BsonClassMap classMap, |
public Apply ( BsonClassMap classMap ) : void | ||
classMap | BsonClassMap | The class map. |
리턴 | void |
public ReadWriteMemberFinderConvention ( ) : System.Reflection | ||
리턴 | System.Reflection |
public ReadWriteMemberFinderConvention ( BindingFlags bindingFlags ) : System.Reflection | ||
bindingFlags | BindingFlags | The binding flags. |
리턴 | System.Reflection |
public ReadWriteMemberFinderConvention ( MemberTypes memberTypes ) : System.Reflection | ||
memberTypes | MemberTypes | The member types. |
리턴 | System.Reflection |
public ReadWriteMemberFinderConvention ( MemberTypes memberTypes, BindingFlags bindingFlags ) : System.Reflection | ||
memberTypes | MemberTypes | The member types. |
bindingFlags | BindingFlags | The binding flags. |
리턴 | System.Reflection |