[This is preliminary documentation and is subject to change.]
override to perform the conversion. the data is never null here, and ref cycles a ruled out
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual BSONElement DoConvertCLRtoBSON(
string name,
Object data,
Type dataType,
string targetName
)
protected virtual BSONElement DoConvertCLRtoBSON(
string name,
Object data,
Type dataType,
string targetName
)
Protected Overridable Function DoConvertCLRtoBSON (
name As String,
data As Object,
dataType As Type,
targetName As String
) As BSONElement
Protected Overridable Function DoConvertCLRtoBSON (
name As String,
data As Object,
dataType As Type,
targetName As String
) As BSONElement
protected:
virtual BSONElement^ DoConvertCLRtoBSON(
String^ name,
Object^ data,
Type^ dataType,
String^ targetName
)
protected:
virtual BSONElement^ DoConvertCLRtoBSON(
String^ name,
Object^ data,
Type^ dataType,
String^ targetName
)
abstract DoConvertCLRtoBSON :
name : string *
data : Object *
dataType : Type *
targetName : string -> BSONElement
override DoConvertCLRtoBSON :
name : string *
data : Object *
dataType : Type *
targetName : string -> BSONElement
abstract DoConvertCLRtoBSON :
name : string *
data : Object *
dataType : Type *
targetName : string -> BSONElement
override DoConvertCLRtoBSON :
name : string *
data : Object *
dataType : Type *
targetName : string -> BSONElement
Return Value
Type:
BSONElement