C# 클래스 Felinesoft.UmbracoCodeFirst.DataTypes.Item

An item from a list of valid options, including a flag indicating whether the item is selected
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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