C# Класс Felinesoft.UmbracoCodeFirst.DataTypes.Item

An item from a list of valid options, including a flag indicating whether the item is selected
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Item() публичный Метод

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
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string