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

Inheritance: SenseNet.ContentRepository.File, IView
Exibir arquivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
SetBinary void

Public Methods

Method Description
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

Protected Methods

Method Description
AddXsltParameters ( System argumentList ) : void
GetSource ( ) : IXPathNavigable
OnModified ( object sender, ContentRepository e ) : void
ViewBase ( NodeToken nt ) : System

Private Methods

Method Description
SetBinary ( ) : void

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

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

OnModified() protected method

protected OnModified ( object sender, ContentRepository e ) : void
sender object
e ContentRepository
return void

RemoveColumn() public method

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

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( SavingMode mode ) : void
mode SavingMode
return void

SaveSameVersion() public method

public SaveSameVersion ( ) : void
return void

SetAsDefault() public method

public SetAsDefault ( ) : void
return void

SetProperty() public method

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

ViewBase() public method

public ViewBase ( Node parent ) : System
parent Node
return System

ViewBase() public method

public ViewBase ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
return System

ViewBase() protected method

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