C# Class Felinesoft.UmbracoCodeFirst.DataTypes.Item

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string