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