コード例 #1
0
 private RecipientItemType GetRecipientType()
 {
     if (this.recipientType == null)
     {
         this.recipientType = new RecipientItemType?(RuleEvaluationContextBase.GetRecipientType(this));
     }
     return(this.recipientType.Value);
 }
コード例 #2
0
 private string GetMessageBody()
 {
     if (this.body == null)
     {
         this.body = RuleEvaluationContextBase.GetMessageBody(this);
     }
     return(this.body);
 }