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

상속: SenseNet.ContentRepository.File, IView
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
SetBinary void

공개 메소드들

메소드 설명
AddColumn ( Column col ) : void
GetColumns ( ) : IEnumerable
GetProperty ( string name ) : object
RemoveColumn ( string fullName ) : void
Save ( ) : void
Save ( SavingMode mode ) : void
SaveSameVersion ( ) : void
SetAsDefault ( ) : void
SetProperty ( string name, object value ) : void
ViewBase ( Node parent ) : System
ViewBase ( Node parent, string nodeTypeName ) : System

보호된 메소드들

메소드 설명
AddXsltParameters ( System argumentList ) : void
GetSource ( ) : IXPathNavigable
OnModified ( object sender, ContentRepository e ) : void
ViewBase ( NodeToken nt ) : System

비공개 메소드들

메소드 설명
SetBinary ( ) : void

메소드 상세

AddColumn() 공개 메소드

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

AddXsltParameters() 보호된 메소드

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

GetColumns() 공개 메소드

public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetProperty() 공개 메소드

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

GetSource() 보호된 메소드

protected GetSource ( ) : IXPathNavigable
리턴 IXPathNavigable

OnModified() 보호된 메소드

protected OnModified ( object sender, ContentRepository e ) : void
sender object
e ContentRepository
리턴 void

RemoveColumn() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( SavingMode mode ) : void
mode SavingMode
리턴 void

SaveSameVersion() 공개 메소드

public SaveSameVersion ( ) : void
리턴 void

SetAsDefault() 공개 메소드

public SetAsDefault ( ) : void
리턴 void

SetProperty() 공개 메소드

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

ViewBase() 공개 메소드

public ViewBase ( Node parent ) : System
parent Node
리턴 System

ViewBase() 공개 메소드

public ViewBase ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

ViewBase() 보호된 메소드

protected ViewBase ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
리턴 System