Ejemplo n.º 1
0
 public string ToSearchString()
 {
     return(this.Name + ","
            + ItemUtil.GetItem(this.Kind) + ","
            + this.Remarks + ","
            + TagsToString.ToString(_tags, ModelsComposite.TagManager));
 }
Ejemplo n.º 2
0
 public string ToSearchString()
 {
     return(this.Name + ","
            + this.StartDateTime.ToString("yyyy/MM/dd HH:mm:ss") + ","
            + this.EndDateTime.ToString("yyyy/MM/dd HH:mm:ss") + ","
            + ToSearchStringByRelations() + ","
            + TagsToString.ToString(_tags, ModelsComposite.TagManager));
 }
Ejemplo n.º 3
0
 public string ToSearchString()
 {
     return(this.Name + ","
            + this.FirstNameRuby + ","
            + this.MiddleNameRuby + ","
            + this.LastNameRuby + ","
            + this.NickName + ","
            + CharacterUtil.GetGender(this.Gender) + ","
            + this.RelationWithHero + ","
            + this.Remarks + ","
            + this.Species + ","
            + TagsToString.ToString(_tags, ModelsComposite.TagManager));
 }