C# Class SenseNet.DirectoryServices.ADAction

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ADAction ( ) : System
ADAction ( ActionType actionType, Node node, string newPath, string passWd ) : System
Execute ( ) : void

Method Details

ADAction() public method

public ADAction ( ) : System
return System

ADAction() public method

public ADAction ( ActionType actionType, Node node, string newPath, string passWd ) : System
actionType ActionType
node Node
newPath string
passWd string
return System

Execute() public method

public Execute ( ) : void
return void