public class MappingConfigPublic Class MappingConfigtype MappingConfig = class end| MappingConfig | 初始化 MappingConfig 类的一个新实例 |
| IgnoredProperties | 需要忽略的属性名集合 |
| PropertyMappings | 属性名映射字典 (源属性名 -> 目标属性名) |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| Ignore | 添加需要忽略的属性 |
| Map | 添加属性映射 |
| MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |