コード例 #1
0
            private void send_createProductBySchema(com.vip.isv.schema.CreateProductBySchemaRequest createProductSchemaRequest_)
            {
                InitInvocation("createProductBySchema");

                createProductBySchema_args args = new createProductBySchema_args();

                args.SetCreateProductSchemaRequest(createProductSchemaRequest_);

                SendBase(args, createProductBySchema_argsHelper.getInstance());
            }
コード例 #2
0
            public void Read(createProductBySchema_args structs, Protocol iprot)
            {
                if (true)
                {
                    com.vip.isv.schema.CreateProductBySchemaRequest value;

                    value = new com.vip.isv.schema.CreateProductBySchemaRequest();
                    com.vip.isv.schema.CreateProductBySchemaRequestHelper.getInstance().Read(value, iprot);

                    structs.SetCreateProductSchemaRequest(value);
                }



                Validate(structs);
            }
コード例 #3
0
 public List <com.vip.isv.schema.ProductResponse> createProductBySchema(com.vip.isv.schema.CreateProductBySchemaRequest createProductSchemaRequest_)
 {
     send_createProductBySchema(createProductSchemaRequest_);
     return(recv_createProductBySchema());
 }
コード例 #4
0
 public void SetCreateProductSchemaRequest(com.vip.isv.schema.CreateProductBySchemaRequest value)
 {
     this.createProductSchemaRequest_ = value;
 }