C# Class SenseNet.Portal.Portlets.ContentHandlers.DocumentLibrary

Inheritance: SenseNet.ContentRepository.ContentList
显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
DocumentLibrary ( Node parent ) : System
DocumentLibrary ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

Protected Methods

Method Description
DocumentLibrary ( NodeToken nt ) : System

Method Details

DocumentLibrary() public method

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

DocumentLibrary() public method

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

DocumentLibrary() protected method

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

GetProperty() public method

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

SetProperty() public method

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