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