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