Table of Contents

Class DisplaySettings

Namespace
The.Model.Snapshot
Assembly
Instagile.Model.dll
public class DisplaySettings
Inheritance
DisplaySettings
Inherited Members

Constructors

DisplaySettings()

public DisplaySettings()

DisplaySettings(Optional<string>, bool, bool, bool, bool)

public DisplaySettings(Optional<string> label, bool form, bool list, bool search, bool adminOnly)

Parameters

label Optional<string>
form bool
list bool
search bool
adminOnly bool

Properties

AdminOnly

public bool AdminOnly { get; }

Property Value

bool

Form

public bool Form { get; }

Property Value

bool

Label

public Optional<string> Label { get; }

Property Value

Optional<string>

List

public bool List { get; }

Property Value

bool
public bool Search { get; }

Property Value

bool

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int