Click or drag to resize

MemberMapper Properties

The MemberMapper type exposes the following members.

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
See Also