Click or drag to resize

RecroDictCreateSelectListItemCollection Method (String, String, Object, String)

ICollectionSelectListItem létrehozása szótár elemekből.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static ICollection<SelectListItem> CreateSelectListItemCollection(
	string language,
	string scope,
	Object selectedStringId,
	string orderBy = "text"
)

Parameters

language
Type: SystemString
The language.
scope
Type: SystemString
The Scope.
selectedStringId
Type: SystemObject
The selected StringId.
orderBy (Optional)
Type: SystemString
A szótár elemek rendezése. Text vagy Value szerint.

Return Value

Type: ICollectionSelectListItem
The Collection.
See Also