9 lines
No EOL
210 B
C#
9 lines
No EOL
210 B
C#
namespace WebsitePanel.WebDavPortal.Models.Common.DataTable
|
|
{
|
|
public class JqueryDataTableSearch
|
|
{
|
|
public string Value { get; set; }
|
|
|
|
public bool IsRegex { get; set; }
|
|
}
|
|
} |