C# Class SenseNet.ContentRepository.UserProfile

Inheritance: SenseNet.ContentRepository.Workspaces.Workspace
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetProperty ( string name ) : object
Save ( NodeSaveSettings settings ) : void
SetProperty ( string name, object value ) : void
UserProfile ( Node parent ) : SenseNet.ContentRepository.Schema
UserProfile ( Node parent, string nodeTypeName ) : SenseNet.ContentRepository.Schema

Méthodes protégées

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

Method Details

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

Save() public méthode

public Save ( NodeSaveSettings settings ) : void
settings SenseNet.ContentRepository.Storage.NodeSaveSettings
Résultat void

SetProperty() public méthode

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

UserProfile() public méthode

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

UserProfile() public méthode

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

UserProfile() protected méthode

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