private RecipientItemType GetRecipientType() { if (this.recipientType == null) { this.recipientType = new RecipientItemType?(RuleEvaluationContextBase.GetRecipientType(this)); } return(this.recipientType.Value); }
private string GetMessageBody() { if (this.body == null) { this.body = RuleEvaluationContextBase.GetMessageBody(this); } return(this.body); }