Beispiel #1
0
 public virtual void SetPartner(Partner partner)
 {
     throw ContexException.TriggerError("SetPartner", this.Parent.m_Parent.ShippingState2.Value);
 }
Beispiel #2
0
 public virtual void SetShippingState(ShippingState shippingState)
 {
     throw ContexException.TriggerError(String.Format("SetShippingState( {0} )", shippingState), this.Parent.m_Parent.ShippingState2.Value);
 }