C# Class AjaxControlToolkit.Jasmine.Suites.ReorderListItems

Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Méthodes publiques

Свойство Type Description
Items List

Méthodes publiques

Méthode Description
GetItems ( ) : List
InsertItem ( string title, int priority ) : void
UpdateItem ( string title, string description, int priority, int id ) : void

Method Details

GetItems() public méthode

public GetItems ( ) : List
Résultat List

InsertItem() public méthode

public InsertItem ( string title, int priority ) : void
title string
priority int
Résultat void

UpdateItem() public méthode

public UpdateItem ( string title, string description, int priority, int id ) : void
title string
description string
priority int
id int
Résultat void

Property Details

Items public_oe static_oe property

public static List Items
Résultat List