Click or drag to resize

BsonMapperGetTypeCtor Method

Get best construtor to use to initialize this entity. - Look if contains [BsonCtor] attribute - Look for parameterless ctor - Look for first contructor with parameter and use BsonDocument to send RawValue

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual CreateObject GetTypeCtor(
	EntityMapper mapper
)

Parameters

mapper  EntityMapper
 

Return Value

CreateObject
See Also