Class BaseSearchDownload.JsonColumnState
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class BaseSearchDownload.JsonColumnState
- Inheritance
-
BaseSearchDownload.JsonColumnState
- Inherited Members
Constructors
JsonColumnState(DownloadColumnState)
public JsonColumnState(DownloadColumnState state)
Parameters
stateDownloadColumnState
Properties
Sequence
[JsonProperty(PropertyName = "number")]
public int Sequence { get; }
Property Value
Visible
[JsonProperty(PropertyName = "visible")]
public bool Visible { get; }