Esempio n. 1
0
 // Produce a textual name for the given keyword type.
 protected static string IdToName(KeywordId id)
 {
     if (id == KeywordId.Id)
     {
         return("a CrstType name");
     }
     return(String.Format("'{0}'", id.ToString()));
 }
 public List <string> ToList()
 {
     return(new List <string>()
     {
         AdgroupId.ToString(),
         KeywordId.ToString(),
         CampaignId.ToString()
     });
 }
Esempio n. 3
0
 // Produce a textual name for the given keyword type.
 protected static string IdToName(KeywordId id)
 {
     if (id == KeywordId.Id)
         return "a CrstType name";
     return String.Format("'{0}'", id.ToString());
 }