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