Ejemplo n.º 1
0
 public virtual void WriteContext(BizTalkPropertyBag context)
 {
     this.WriteContext(context.Properties);
 }
Ejemplo n.º 2
0
 public BizTalkTrackedMessagePart()
 {
     this._fragments = new List <BizTalkFragment>();
     this.Properties = new BizTalkPropertyBag();
 }