예제 #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _deliveryChannel = reader.Read <string>("DeliveryChannel");
     _attributeList   = reader.Read <AttributeKeyValueList>("AttributeList");
 }
예제 #2
0
 /// <summary>
 /// Sets the AttributeList property.
 /// </summary>
 /// <param name="attributeList">AttributeList property.</param>
 /// <returns>this instance.</returns>
 public Destination WithAttributeList(AttributeKeyValueList attributeList)
 {
     this._attributeList = attributeList;
     return(this);
 }