Exemplo n.º 1
0
 public MessageEventRuleClassification()
 {
     this.extendedProperties        = new ExtendedPropertyStore <MessageEventRuleClassificationProperty>();
     this.EventRuleClassificationId = IdGenerator.GenerateIdentifier(IdScope.MessageEventRuleClassification);
 }
Exemplo n.º 2
0
 public MessageEventSourceItem()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageEventSourceItemProperty>();
     this.SourceItemId       = IdGenerator.GenerateIdentifier(IdScope.MessageEventSourceItem);
 }
 public MessageRecipientStatus()
 {
     this.extendedProperties = new ExtendedPropertyStore <MessageRecipientStatusProperty>();
     this.RecipientStatusId  = IdGenerator.GenerateIdentifier(IdScope.MessageRecipientStatus);
 }