C# Class SenseNet.ContentRepository.UserProfile

Inheritance: SenseNet.ContentRepository.Workspaces.Workspace
Show file Open project: maxpavlov/FlexNet

Public Methods

Method 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

Protected Methods

Method Description
UserProfile ( NodeToken nt ) : SenseNet.ContentRepository.Schema

Method Details

GetProperty() public method

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

Save() public method

public Save ( NodeSaveSettings settings ) : void
settings SenseNet.ContentRepository.Storage.NodeSaveSettings
return void

SetProperty() public method

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

UserProfile() public method

public UserProfile ( Node parent ) : SenseNet.ContentRepository.Schema
parent Node
return SenseNet.ContentRepository.Schema

UserProfile() public method

public UserProfile ( Node parent, string nodeTypeName ) : SenseNet.ContentRepository.Schema
parent Node
nodeTypeName string
return SenseNet.ContentRepository.Schema

UserProfile() protected method

protected UserProfile ( NodeToken nt ) : SenseNet.ContentRepository.Schema
nt SenseNet.ContentRepository.Storage.NodeToken
return SenseNet.ContentRepository.Schema