C# (CSharp) IQObjectMapper Пространство имен

Пространства имен

IQObjectMapper.Impl
IQObjectMapper.Tests

Классы

Имя Описание
MapOptions The global options object. To override options for a specific instance, pass in an instance of this, e.g. var opts = new Options { ParseValues=true, IncludeProperties=false}; Anything not specified in the constructor will default to the overall default options defined in ObjectMapper.DefaultOptions