C# 클래스 SenseNet.Workflow.WfContent

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ActionUrl() 공개 메소드

public ActionUrl ( string ActionName ) : string
ActionName string
리턴 string

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

GetField() 공개 메소드

public GetField ( string fieldName ) : object
fieldName string
리턴 object

References() 공개 메소드

public References ( string fieldName ) : WfContentCollection
fieldName string
리턴 WfContentCollection

SetPermission() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WfContent() 공개 메소드

public WfContent ( ) : System
리턴 System

WfContent() 공개 메소드

public WfContent ( Node n ) : System
n Node
리턴 System

WfContent() 공개 메소드

public WfContent ( string path ) : System
path string
리턴 System

this() 공개 메소드

public this ( string fieldName ) : object
fieldName string
리턴 object