Exemplo n.º 1
0
 public MessageTrace()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageProperty>();
     this.ExMessageId        = IdGenerator.GenerateIdentifier(IdScope.MessageTrace);
     this.ClientMessageId    = Guid.NewGuid().ToString();
     this.SetReceivedTime(this.ExMessageId);
 }
Exemplo n.º 2
0
 public MessageEvent()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageEventProperty>();
     this.EventId            = IdGenerator.GenerateIdentifier(IdScope.MessageEvent);
 }
 public MessageClientInformation()
 {
     this.extendedProperties  = new ExtendedPropertyStore <MessageClientInformationProperty>();
     this.ClientInformationId = IdGenerator.GenerateIdentifier(IdScope.MessageClientInformation);
 }
Exemplo n.º 4
0
 public MessageEventSourceItem()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageEventSourceItemProperty>();
     this.SourceItemId       = IdGenerator.GenerateIdentifier(IdScope.MessageEventSourceItem);
 }
Exemplo n.º 5
0
 public MessageEventRuleClassification()
 {
     this.extendedProperties        = new ExtendedPropertyStore <MessageEventRuleClassificationProperty>();
     this.EventRuleClassificationId = IdGenerator.GenerateIdentifier(IdScope.MessageEventRuleClassification);
 }
 public MessageRecipientStatus()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageRecipientStatusProperty>();
     this.RecipientStatusId  = IdGenerator.GenerateIdentifier(IdScope.MessageRecipientStatus);
 }