Table of Contents

Class NavigationButton

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class NavigationButton

Inheritance

objectNavigationButton

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<NavigationButton>(NavigationButton)

Constructors

NavigationButton()

public NavigationButton()

Properties

ButtonType

public NavigationButtonType ButtonType { get; set; }

Property Value

NavigationButtonType

DisplayName

public string DisplayName { get; set; }

Property Value

string

ForceShow

public bool ForceShow { get; set; }

Property Value

bool

Hide

public bool Hide { get; set; }

Property Value

bool

Icon

public string Icon { get; set; }

Property Value

string