コード例 #1
0
 public ShippingRateInputDraftConverter(IDecoratorTypeRetriever <IShippingRateInputDraft> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public JsonConverterDecoratorTypeRetrieverBase(IDecoratorTypeRetriever <T> decoratorTypeRetriever)
 {
     this.decoratorTypeRetriever = decoratorTypeRetriever;
 }
 public SuggestTokenizerConverter(IDecoratorTypeRetriever <SuggestTokenizer> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #4
0
 public ReturnItemConverter(IDecoratorTypeRetriever <ReturnItem> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public ReferenceConverter(IDecoratorTypeRetriever <ResourceTypeAttribute> typeRetriever)
 {
     this.typeRetriever = typeRetriever;
 }
 public CartDiscountTargetConverter(IDecoratorTypeRetriever <CartDiscountTarget> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #7
0
 public ProductDiscountValueConverter(IDecoratorTypeRetriever <ProductDiscountValue> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #8
0
 public SubscriptionPayloadConverter(IDecoratorTypeRetriever <Payload> decoratorTypeRetriever, IDecoratorTypeRetriever <ResourceTypeAttribute> typeRetriever)
 {
     this.decoratorTypeRetriever = decoratorTypeRetriever;
     this.typeRetriever          = typeRetriever;
 }
コード例 #9
0
 public HttpDestinationAuthenticationConverter(IDecoratorTypeRetriever <HttpDestinationAuthentication> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public ShippingRatePriceTierConverter(IDecoratorTypeRetriever <ShippingRatePriceTier> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #11
0
 public MessageConverter(IDecoratorTypeRetriever <Message> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #12
0
 public MessageConverter(IDecoratorTypeRetriever <Message> decoratorTypeRetriever)
 {
     this.decoratorTypeRetriever = decoratorTypeRetriever;
 }
 public SubscriptionFormatConverter(IDecoratorTypeRetriever <Format> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public SubscriptionDestinationConverter(IDecoratorTypeRetriever <Destination> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public FacetResultConverter(IDecoratorTypeRetriever <FacetResult> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #16
0
 public CartDiscountValueConverter(IDecoratorTypeRetriever <CartDiscountValue> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public OrderEditResultConverter(IDecoratorTypeRetriever <OrderEditResult> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
コード例 #18
0
 public ErrorConverter(IDecoratorTypeRetriever <Error> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public AttributeTypeConverter(IDecoratorTypeRetriever <AttributeType> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public ExtensionDestinationConverter(IDecoratorTypeRetriever <Destination> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public MessageSubscriptionPayloadConverter(IDecoratorTypeRetriever <ResourceTypeAttribute> typeRetriever)
 {
     this.typeRetriever = typeRetriever;
 }
 public ShippingRateInputTypeConverter(IDecoratorTypeRetriever <ShippingRateInputType> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }
 public FieldTypeConverter(IDecoratorTypeRetriever <FieldType> decoratorTypeRetriever) : base(decoratorTypeRetriever)
 {
 }