Example #1
0
 public string ToLink()
 {
     return(HTML.CreateItem(this.Name, this.LowID, this.HighID, this.QL));
 }
Example #2
0
 public void AppendItem(string name, int lowID, int highID, int QL, bool disableStyle)
 {
     this._builder.Append(HTML.CreateItem(name, lowID, highID, QL, disableStyle, this._innerQuotes));
 }