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

Inheritance: ViewBase
Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
CompareColumnsByIndex int
PrepareColumnIterator System.Xml.XPath.XPathNodeIterator
PrepareNavigableColumnXml System.Xml.XPath.XPathDocument

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

AddColumn() public method

public AddColumn ( Column col ) : void
col Column
return void

AddXsltParameters() protected method

protected AddXsltParameters ( System argumentList ) : void
argumentList System
return void

CreateColumnXml() public static method

public static CreateColumnXml ( IEnumerable cols ) : IXPathNavigable
cols IEnumerable
return IXPathNavigable

GetColumnList() public method

public GetColumnList ( ) : IEnumerable
return IEnumerable

GetColumns() public method

public GetColumns ( ) : IEnumerable
return IEnumerable

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

GetSource() protected method

protected GetSource ( ) : IXPathNavigable
return IXPathNavigable

ListView() public method

public ListView ( Node parent ) : System.Collections.Generic
parent Node
return System.Collections.Generic

ListView() public method

public ListView ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
return System.Collections.Generic

ListView() protected method

protected ListView ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
return System.Collections.Generic

PrepareColumnList() public static method

public static PrepareColumnList ( string cols ) : IEnumerable
cols string
return IEnumerable

RemoveColumn() public method

public RemoveColumn ( string fullName ) : void
fullName string
return void

SerializeColumnXml() public static method

public static SerializeColumnXml ( IEnumerable cols ) : string
cols IEnumerable
return string

SetColumns() public method

public SetColumns ( IEnumerable cols ) : void
cols IEnumerable
return void

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void