Class DisplaySettings
- Namespace
- The.Model.Snapshot
- Assembly
- Instagile.Model.dll
public class DisplaySettings
- Inheritance
-
DisplaySettings
- Inherited Members
-
Constructors
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
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
Search
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