C# Class SenseNet.Workflow.WfContent

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

Public Methods

Method Description
ActionUrl ( string ActionName ) : string
Delete ( ) : void
GetField ( string fieldName ) : object
References ( string fieldName ) : WfContentCollection
SetPermission ( IUser user, PermissionType permissionType, PermissionValue permissionValue ) : void
ToString ( ) : string
WfContent ( ) : System
WfContent ( Node n ) : System
WfContent ( string path ) : System
this ( string fieldName ) : object

Method Details

ActionUrl() public method

public ActionUrl ( string ActionName ) : string
ActionName string
return string

Delete() public method

public Delete ( ) : void
return void

GetField() public method

public GetField ( string fieldName ) : object
fieldName string
return object

References() public method

public References ( string fieldName ) : WfContentCollection
fieldName string
return WfContentCollection

SetPermission() public method

public SetPermission ( IUser user, PermissionType permissionType, PermissionValue permissionValue ) : void
user IUser
permissionType SenseNet.ContentRepository.Storage.Schema.PermissionType
permissionValue PermissionValue
return void

ToString() public method

public ToString ( ) : string
return string

WfContent() public method

public WfContent ( ) : System
return System

WfContent() public method

public WfContent ( Node n ) : System
n Node
return System

WfContent() public method

public WfContent ( string path ) : System
path string
return System

this() public method

public this ( string fieldName ) : object
fieldName string
return object