コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShippingRestrictions"/> 
 /// class.
 /// </summary>
 public ShippingRestrictions() {
   _Restrictions = new AutoGen.ShippingRestrictions();
   _Restrictions.allowedareas = 
     new AutoGen.ShippingRestrictionsAllowedareas();
   _Restrictions.allowedareas.Items = new object[0];
   _Restrictions.excludedareas = 
     new AutoGen.ShippingRestrictionsExcludedareas();
   _Restrictions.excludedareas.Items = new object[0];
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShippingRestrictions"/>
 /// class.
 /// </summary>
 public ShippingRestrictions()
 {
     _Restrictions = new AutoGen.ShippingRestrictions();
     _Restrictions.allowedareas =
         new AutoGen.ShippingRestrictionsAllowedareas();
     _Restrictions.allowedareas.Items = new object[0];
     _Restrictions.excludedareas      =
         new AutoGen.ShippingRestrictionsExcludedareas();
     _Restrictions.excludedareas.Items = new object[0];
 }