C# Class SenseNet.Portal.UI.Controls.QueryView

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetIndex ( object node ) : int
GetObject ( object node, string propertyName ) : object
GetReference ( object node, string propertyName ) : IEnumerable
PropertySet ( object node, string propertyName ) : string

Méthodes protégées

Méthode Description
GetValue ( object node, string propertyName ) : string

Private Methods

Méthode Description
GetPagerControls ( Control control ) : List
GetProperty ( object node, string propertyName ) : string

Method Details

GetIndex() public méthode

public GetIndex ( object node ) : int
node object
Résultat int

GetObject() public méthode

public GetObject ( object node, string propertyName ) : object
node object
propertyName string
Résultat object

GetReference() public méthode

public GetReference ( object node, string propertyName ) : IEnumerable
node object
propertyName string
Résultat IEnumerable

GetValue() protected méthode

protected GetValue ( object node, string propertyName ) : string
node object
propertyName string
Résultat string

PropertySet() public méthode

public PropertySet ( object node, string propertyName ) : string
node object
propertyName string
Résultat string