Class BaseFindEntity<TFilter>.ClientSideStringSettings
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseFindEntity<TFilter>.ClientSideStringSettings
- Inheritance
-
BaseFindEntity<TFilter>.ClientSideStringSettings
- Inherited Members
-
Constructors
ClientSideStringSettings()
public ClientSideStringSettings()
Properties
ApplyFilterText
[JsonProperty(PropertyName = "applyFilterText")]
public string ApplyFilterText { get; set; }
Property Value
- string
CancelTitle
[JsonProperty(PropertyName = "cancelTitle")]
public string CancelTitle { get; set; }
Property Value
- string
ClearFilterText
[JsonProperty(PropertyName = "clearFilterText")]
public string ClearFilterText { get; set; }
Property Value
- string
ClearTitle
[JsonProperty(PropertyName = "clearTitle")]
public string ClearTitle { get; set; }
Property Value
- string
EntityPlural
[JsonProperty(PropertyName = "entityPlural")]
public string EntityPlural { get; set; }
Property Value
- string
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
KeywordText
[JsonProperty(PropertyName = "keywordText")]
public string KeywordText { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "modalHeader")]
public string ModalHeader { get; set; }
Property Value
- string
NoItemsMessage
[JsonProperty(PropertyName = "noItems")]
public string NoItemsMessage { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "tableHeader")]
public string TableHeader { get; set; }
Property Value
- string