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

Inheritance: SenseNet.ContentRepository.ContentList
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Form ( Node parent ) : SenseNet.ContentRepository
Form ( Node parent, string nodeTypeName ) : SenseNet.ContentRepository

Méthodes protégées

Méthode Description
Form ( NodeToken nt ) : SenseNet.ContentRepository

Method Details

Form() public méthode

public Form ( Node parent ) : SenseNet.ContentRepository
parent Node
Résultat SenseNet.ContentRepository

Form() public méthode

public Form ( Node parent, string nodeTypeName ) : SenseNet.ContentRepository
parent Node
nodeTypeName string
Résultat SenseNet.ContentRepository

Form() protected méthode

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