This commit is contained in:
@@ -642,6 +642,12 @@ namespace AyaNova.Biz
|
||||
return this;
|
||||
}
|
||||
|
||||
public SearchIndexProcessObjectParameters AddText(long l)
|
||||
{
|
||||
Words.Add(l.ToString());
|
||||
return this;
|
||||
}
|
||||
|
||||
public SearchIndexProcessObjectParameters AddText(List<string> lWords)
|
||||
{
|
||||
if (lWords != null)
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
public uint Serial { get; set; }
|
||||
public long Serial { get; set; }
|
||||
public decimal? DollarAmount { get; set; }
|
||||
public bool? Active { get; set; }
|
||||
public UserType UserType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user