C# 클래스 SenseNet.Portal.UI.ContentListViews.Handlers.ListView

상속: ViewBase
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CompareColumnsByIndex int
PrepareColumnIterator System.Xml.XPath.XPathNodeIterator
PrepareNavigableColumnXml System.Xml.XPath.XPathDocument

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddXsltParameters ( System argumentList ) : void
GetSource ( ) : IXPathNavigable
ListView ( NodeToken nt ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CompareColumnsByIndex ( Column x, Column y ) : int
PrepareColumnIterator ( string cols ) : XPathNodeIterator
PrepareNavigableColumnXml ( string cols ) : XPathDocument

메소드 상세

AddColumn() 공개 메소드

public AddColumn ( Column col ) : void
col Column
리턴 void

AddXsltParameters() 보호된 메소드

protected AddXsltParameters ( System argumentList ) : void
argumentList System
리턴 void

CreateColumnXml() 공개 정적인 메소드

public static CreateColumnXml ( IEnumerable cols ) : IXPathNavigable
cols IEnumerable
리턴 IXPathNavigable

GetColumnList() 공개 메소드

public GetColumnList ( ) : IEnumerable
리턴 IEnumerable

GetColumns() 공개 메소드

public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetProperty() 공개 메소드

public GetProperty ( string name ) : object
name string
리턴 object

GetSource() 보호된 메소드

protected GetSource ( ) : IXPathNavigable
리턴 IXPathNavigable

ListView() 공개 메소드

public ListView ( Node parent ) : System.Collections.Generic
parent Node
리턴 System.Collections.Generic

ListView() 공개 메소드

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

ListView() 보호된 메소드

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

PrepareColumnList() 공개 정적인 메소드

public static PrepareColumnList ( string cols ) : IEnumerable
cols string
리턴 IEnumerable

RemoveColumn() 공개 메소드

public RemoveColumn ( string fullName ) : void
fullName string
리턴 void

SerializeColumnXml() 공개 정적인 메소드

public static SerializeColumnXml ( IEnumerable cols ) : string
cols IEnumerable
리턴 string

SetColumns() 공개 메소드

public SetColumns ( IEnumerable cols ) : void
cols IEnumerable
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string name, object value ) : void
name string
value object
리턴 void