C# Class Felinesoft.UmbracoCodeFirst.DataTypes.Item

An item from a list of valid options, including a flag indicating whether the item is selected
Show file Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
Item ( string value, bool isSelected ) : System

An item from a list of valid options, including a flag indicating whether the item is selected

ToString ( ) : string

Method Details

Item() public method

An item from a list of valid options, including a flag indicating whether the item is selected
public Item ( string value, bool isSelected ) : System
value string The value of the item
isSelected bool True if the item is selected
return System

ToString() public method

public ToString ( ) : string
return string