Table of Contents

Class BaseSearchDownload.JsonColumnState

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class BaseSearchDownload.JsonColumnState
Inheritance
BaseSearchDownload.JsonColumnState
Inherited Members

Constructors

JsonColumnState(DownloadColumnState)

public JsonColumnState(DownloadColumnState state)

Parameters

state DownloadColumnState

Properties

Sequence

[JsonProperty(PropertyName = "number")]
public int Sequence { get; }

Property Value

int

Visible

[JsonProperty(PropertyName = "visible")]
public bool Visible { get; }

Property Value

bool