Member |
public class MemberMapper
The MemberMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| MemberMapper | Initializes a new instance of the MemberMapper class |
| Name | Description | |
|---|---|---|
| AutoId | If member is Id, indicate that are AutoId | |
| DataType | Member returns data type | |
| Deserialize | When used, can define a deserialization function from bson value | |
| FieldName | Converted document field name | |
| Getter | Delegate method to get value from entity instance | |
| IsDbRef | Is this property an DbRef? Must implement Serialize/Deserialize delegates | |
| IsEnumerable | Indicate that this property contains an list of elements (IEnumerable) | |
| IsIgnore | Is this property ignore | |
| MemberName | Member name | |
| Serialize | When used, can be define a serialization function from entity class to bson value | |
| Setter | Delegate method to set value to entity instance | |
| UnderlyingType | When property is an array of items, gets underlying type (otherwise is same type of PropertyType) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |