Inheritance: MWSClientCsRuntime.AbstractMwsObject
Example #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _productCategoryId = reader.Read<string>("ProductCategoryId");
     _productCategoryName = reader.Read<string>("ProductCategoryName");
     _parent = reader.Read<Categories>("Parent");
 }
Example #2
0
 /// <summary>
 /// Sets the Parent property.
 /// </summary>
 /// <param name="parent">Parent property.</param>
 /// <returns>this instance.</returns>
 public Categories WithParent(Categories parent)
 {
     this._parent = parent;
     return this;
 }
Example #3
0
 /// <summary>
 /// Sets the Parent property
 /// </summary>
 /// <param name="parent">Parent property</param>
 /// <returns>this instance</returns>
 public Categories WithParent(Categories parent)
 {
     this.parentField = parent;
     return this;
 }
 /// <summary>
 /// Sets the Self property.
 /// </summary>
 /// <param name="self">Self property.</param>
 /// <returns>this instance.</returns>
 public GetProductCategoriesForSKUResult WithSelf(Categories[] self)
 {
     this._self.AddRange(self);
     return this;
 }
Example #5
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _productCategoryId   = reader.Read <string>("ProductCategoryId");
     _productCategoryName = reader.Read <string>("ProductCategoryName");
     _parent = reader.Read <Categories>("Parent");
 }
Example #6
0
 /// <summary>
 /// Sets the Parent property.
 /// </summary>
 /// <param name="parent">Parent property.</param>
 /// <returns>this instance.</returns>
 public Categories WithParent(Categories parent)
 {
     this._parent = parent;
     return(this);
 }
Example #7
0
 /// <summary>
 /// Sets the Parent property
 /// </summary>
 /// <param name="parent">Parent property</param>
 /// <returns>this instance</returns>
 public Categories WithParent(Categories parent)
 {
     this.parentField = parent;
     return(this);
 }