C# 클래스 Rebel.Cms.Web.PropertyEditors.TypePicker.TypePickerPreValueModel

상속: PreValueModel
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetAvailableTypes ( ) : IEnumerable

Gets the available types.

GetSerializedValue ( ) : string

Return a serialized string of values for the pre value editor model

SetModelValues ( string serializedVal ) : void

Get the list of Ids and create the select list

메소드 상세

GetAvailableTypes() 공개 메소드

Gets the available types.
public GetAvailableTypes ( ) : IEnumerable
리턴 IEnumerable

GetSerializedValue() 공개 메소드

Return a serialized string of values for the pre value editor model
public GetSerializedValue ( ) : string
리턴 string

SetModelValues() 공개 메소드

Get the list of Ids and create the select list
public SetModelValues ( string serializedVal ) : void
serializedVal string
리턴 void