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

A base class for data types which select multiple values from a list of prevalues
상속: SelectListDataType, IUmbracoNtextDataType
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
Initialise ( string dbValue ) : void

Initialises the instance from a comma-separated list of values

Serialise ( ) : string

Serialises the instance to a comma-separated list of values

ToString ( ) : string
this ( int index ) : Item

Gets an item by its index

this ( string value ) : Item

Gets an item by its value

메소드 상세

Initialise() 공개 메소드

Initialises the instance from a comma-separated list of values
public Initialise ( string dbValue ) : void
dbValue string a comma-separated list of values
리턴 void

Serialise() 공개 메소드

Serialises the instance to a comma-separated list of values
public Serialise ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

Gets an item by its index
public this ( int index ) : Item
index int
리턴 Item

this() 공개 메소드

Gets an item by its value
public this ( string value ) : Item
value string
리턴 Item