C# Class SenseNet.Portal.UI.ContentListViews.Handlers.ListView

Inheritance: ViewBase
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
CompareColumnsByIndex int
PrepareColumnIterator System.Xml.XPath.XPathNodeIterator
PrepareNavigableColumnXml System.Xml.XPath.XPathDocument

Méthodes publiques

Méthode Description
AddColumn ( Column col ) : void
CreateColumnXml ( IEnumerable cols ) : IXPathNavigable
GetColumnList ( ) : IEnumerable
GetColumns ( ) : IEnumerable
GetProperty ( string name ) : object
ListView ( Node parent ) : System.Collections.Generic
ListView ( Node parent, string nodeTypeName ) : System.Collections.Generic
PrepareColumnList ( string cols ) : IEnumerable
RemoveColumn ( string fullName ) : void
SerializeColumnXml ( IEnumerable cols ) : string
SetColumns ( IEnumerable cols ) : void
SetProperty ( string name, object value ) : void

Méthodes protégées

Méthode Description
AddXsltParameters ( System argumentList ) : void
GetSource ( ) : IXPathNavigable
ListView ( NodeToken nt ) : System.Collections.Generic

Private Methods

Méthode Description
CompareColumnsByIndex ( Column x, Column y ) : int
PrepareColumnIterator ( string cols ) : XPathNodeIterator
PrepareNavigableColumnXml ( string cols ) : XPathDocument

Method Details

AddColumn() public méthode

public AddColumn ( Column col ) : void
col Column
Résultat void

AddXsltParameters() protected méthode

protected AddXsltParameters ( System argumentList ) : void
argumentList System
Résultat void

CreateColumnXml() public static méthode

public static CreateColumnXml ( IEnumerable cols ) : IXPathNavigable
cols IEnumerable
Résultat IXPathNavigable

GetColumnList() public méthode

public GetColumnList ( ) : IEnumerable
Résultat IEnumerable

GetColumns() public méthode

public GetColumns ( ) : IEnumerable
Résultat IEnumerable

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

GetSource() protected méthode

protected GetSource ( ) : IXPathNavigable
Résultat IXPathNavigable

ListView() public méthode

public ListView ( Node parent ) : System.Collections.Generic
parent Node
Résultat System.Collections.Generic

ListView() public méthode

public ListView ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
Résultat System.Collections.Generic

ListView() protected méthode

protected ListView ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System.Collections.Generic

PrepareColumnList() public static méthode

public static PrepareColumnList ( string cols ) : IEnumerable
cols string
Résultat IEnumerable

RemoveColumn() public méthode

public RemoveColumn ( string fullName ) : void
fullName string
Résultat void

SerializeColumnXml() public static méthode

public static SerializeColumnXml ( IEnumerable cols ) : string
cols IEnumerable
Résultat string

SetColumns() public méthode

public SetColumns ( IEnumerable cols ) : void
cols IEnumerable
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void