コード例 #1
0
 public PlainRfcPreparedFunction(string functionName,
                                 PlainRfcStructureMapper structureMapper,
                                 RfcRepository repository,
                                 RfcDestination destination)
     : base(functionName)
 {
     this.repository      = repository;
     this.destination     = destination;
     this.structureMapper = structureMapper;
 }
コード例 #2
0
 internal PlainRfcResult(IRfcFunction function, PlainRfcStructureMapper structureMapper)
 {
     this.function        = function;
     this.structureMapper = structureMapper;
 }