public ComObjectMapper(MappingSource mappingSource, GlobalContext globalContext) { this.mappingSource = mappingSource; this.globalContext = globalContext; enumerations = ComHelpers.GetProperty(globalContext.ComObject(), "Перечисления"); }
public ParametersConverter(ComObjectMapper comObjectMapper, GlobalContext globalContext) { this.comObjectMapper = comObjectMapper; this.globalContext = globalContext; }
public MetadataAccessor(MappingSource mappingSource, GlobalContext globalContext) { this.mappingSource = mappingSource; this.globalContext = globalContext; }