public override void ReadFragmentFrom(IMwsReader reader) { _deliveryChannel = reader.Read <string>("DeliveryChannel"); _attributeList = reader.Read <AttributeKeyValueList>("AttributeList"); }
/// <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); }