Table of Contents

Class BaseFindEntity<TFilter>.ClientSideSettings

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseFindEntity<TFilter>.ClientSideSettings
Inheritance
BaseFindEntity<TFilter>.ClientSideSettings
Inherited Members

Constructors

ClientSideSettings(string, string)

public ClientSideSettings(string clientId, string uniqueId)

Parameters

clientId string
uniqueId string

Properties

Callback

[JsonProperty(PropertyName = "callback")]
public BaseFindEntity<TFilter>.ClientSideCallbackSettings Callback { get; }

Property Value

BaseFindEntity<TFilter>.ClientSideCallbackSettings

ClientID

[JsonProperty(PropertyName = "id")]
public string ClientID { get; }

Property Value

string

CloseOnSelect

[JsonProperty(PropertyName = "autoSave", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool CloseOnSelect { get; set; }

Property Value

bool

EditorUrl

[JsonProperty(PropertyName = "url", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string EditorUrl { get; set; }

Property Value

string

EmptyMessage

[JsonProperty(PropertyName = "placeholder", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string EmptyMessage { get; set; }

Property Value

string

IsDisabled

[JsonProperty(PropertyName = "disabled", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool IsDisabled { get; set; }

Property Value

bool

MaxPageCount

[JsonProperty(PropertyName = "maxPageCount", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int MaxPageCount { get; set; }

Property Value

int

MaxSelectionCount

[JsonProperty(PropertyName = "maxSelect", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int MaxSelectionCount { get; set; }

Property Value

int

OutputType

[JsonProperty(PropertyName = "output", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string OutputType { get; set; }

Property Value

string

PageSize

[JsonProperty(PropertyName = "pageSize", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int PageSize { get; set; }

Property Value

int

ShowClear

[JsonProperty(PropertyName = "showClear", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowClear { get; set; }

Property Value

bool

ShowFooter

[JsonProperty(PropertyName = "showFooter", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowFooter { get; set; }

Property Value

bool

ShowHeader

[JsonProperty(PropertyName = "showHeader", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowHeader { get; set; }

Property Value

bool

Strings

[JsonProperty(PropertyName = "strings")]
public BaseFindEntity<TFilter>.ClientSideStringSettings Strings { get; }

Property Value

BaseFindEntity<TFilter>.ClientSideStringSettings

UniqueID

[JsonProperty(PropertyName = "name")]
public string UniqueID { get; }

Property Value

string

Methods

ShouldSerializeCallback()

public bool ShouldSerializeCallback()

Returns

bool

ShouldSerializeStrings()

public bool ShouldSerializeStrings()

Returns

bool