FilterState

Namespace: WellFired.Command.Unity.Runtime.UI.Windows

Description

Properties

string Name { get; set; }
bool CustomFilter { get; set; }
bool State { get; set; }

Public Methods

  FilterState ( string name, bool custom )

Breakdown

  • string Name { get; set; }
  • bool CustomFilter { get; set; }
  • bool State { get; set; }
  • FilterState ( string name, bool custom )