C# Class SenseNet.Workflow.RegistrationWorkflow

Inheritance: WorkflowHandlerBase
显示文件 Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
AssertUserName void

Public Methods

Method Description
RegistrationWorkflow ( Node parent ) : System
RegistrationWorkflow ( Node parent, string nodeTypeName ) : System
Save ( ) : void
Save ( NodeSaveSettings settings ) : void

Protected Methods

Method Description
RegistrationWorkflow ( NodeToken nt ) : System

Private Methods

Method Description
AssertUserName ( ) : void

Method Details

RegistrationWorkflow() public method

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

RegistrationWorkflow() public method

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

RegistrationWorkflow() protected method

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

Save() public method

public Save ( ) : void
return void

Save() public method

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