BooleanChoice Class

Provides a choice of true or false.

  public class BooleanChoice : Choice

Public Instance Constructors

Constructor Description
BooleanChoice() Initializes a new instance of the BooleanChoice class.
BooleanChoice(IModelItemOwner) Initializes a new instance of the BooleanChoice class.
BooleanChoice(IModelItemOwner, string) Initializes a new instance of the BooleanChoice class.
BooleanChoice(IModelItemOwner, string, IList) Initializes a new instance of the BooleanChoice class.

Protected Instance Methods

Method Description
ValidateOptionList Validates that the given Options list is acceptable for this Choice object. If not, an exception will be thrown.

Public Instance Properties

Property Description
Value Gets or sets the value of the choice.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also