Click or drag to resize

MemberMapper Class

Internal representation for a .NET member mapped to BsonDocument
Inheritance Hierarchy
SystemObject
  Internal.LiteDBMemberMapper

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class MemberMapper

The MemberMapper type exposes the following members.

Constructors
 NameDescription
Public methodMemberMapperInitializes a new instance of the MemberMapper class
Top
Properties
 NameDescription
Public propertyAutoId If member is Id, indicate that are AutoId
Public propertyDataType Member returns data type
Public propertyDeserialize When used, can define a deserialization function from bson value
Public propertyFieldName Converted document field name
Public propertyGetter Delegate method to get value from entity instance
Public propertyIsDbRef Is this property an DbRef? Must implement Serialize/Deserialize delegates
Public propertyIsEnumerable Indicate that this property contains an list of elements (IEnumerable)
Public propertyIsIgnore Is this property ignore
Public propertyMemberName Member name
Public propertySerialize When used, can be define a serialization function from entity class to bson value
Public propertySetter Delegate method to set value to entity instance
Public propertyUnderlyingType When property is an array of items, gets underlying type (otherwise is same type of PropertyType)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also