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

Inheritance: SenseNet.ContentRepository.File, IView
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
SetBinary void

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
SetBinary ( ) : void

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

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

OnModified() protected méthode

protected OnModified ( object sender, ContentRepository e ) : void
sender object
e ContentRepository
Résultat void

RemoveColumn() public méthode

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

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( SavingMode mode ) : void
mode SavingMode
Résultat void

SaveSameVersion() public méthode

public SaveSameVersion ( ) : void
Résultat void

SetAsDefault() public méthode

public SetAsDefault ( ) : void
Résultat void

SetProperty() public méthode

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

ViewBase() public méthode

public ViewBase ( Node parent ) : System
parent Node
Résultat System

ViewBase() public méthode

public ViewBase ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

ViewBase() protected méthode

protected ViewBase ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System