Exemplo n.º 1
0
 public string SummaryHtmlWithLinks(HtmlHelper html)
 {
     if (_summaryHtmlWithLinks == null)
     {
         _summaryHtmlWithLinks = html.FormatInContentLinks(_base.SummaryHtml, projects: Projects, returnClientID: this.ClientId);
     }
     return(_summaryHtmlWithLinks);
 }
Exemplo n.º 2
0
 public string SummaryHtmlWithLinks(HtmlHelper html)
 {
     if (_summaryHtmlWithLinks == null)
     {
         _summaryHtmlWithLinks = html.FormatInContentLinks(_base.SummaryHtml, skills: AllSkills, clients: new List <IClientPresentable>()
         {
             Client
         }, returnProjectID: this.ProjectId);
     }
     return(_summaryHtmlWithLinks);
 }
Exemplo n.º 3
0
 public string SummaryHtmlWithLinks(HtmlHelper html)
 {
     if (_summaryHtmlWithLinks == null)
     {
         _summaryHtmlWithLinks = html.FormatInContentLinks(_base.SummaryHtml, skills: AllSkills, clients: new List<IClientPresentable>() { Client }, returnProjectID: this.ProjectId);
     }
     return _summaryHtmlWithLinks;
 }
Exemplo n.º 4
0
 public string SummaryHtmlWithLinks(HtmlHelper html)
 {
     if (_summaryHtmlWithLinks == null)
     {
         _summaryHtmlWithLinks = html.FormatInContentLinks(_base.SummaryHtml, projects: Projects, returnClientID: this.ClientId);
     }
     return _summaryHtmlWithLinks;
 }