C# 클래스 SenseNet.Workflow.ContentWorkflowExtension

상속: IWorkflowInstanceExtension
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
_instance System.Activities.Hosting.WorkflowInstanceProxy

공개 메소드들

메소드 설명
GetAdditionalExtensions ( ) : IEnumerable
RegisterWait ( WfContent content, string bookMarkName ) : int
RegisterWaitForMultipleContent ( IEnumerable contents, string bookMarkName ) : int[]
ReleaseWait ( int notificationId ) : void
SetInstance ( System.Activities.Hosting.WorkflowInstanceProxy instance ) : void

메소드 상세

GetAdditionalExtensions() 공개 메소드

public GetAdditionalExtensions ( ) : IEnumerable
리턴 IEnumerable

RegisterWait() 공개 메소드

public RegisterWait ( WfContent content, string bookMarkName ) : int
content WfContent
bookMarkName string
리턴 int

RegisterWaitForMultipleContent() 공개 메소드

public RegisterWaitForMultipleContent ( IEnumerable contents, string bookMarkName ) : int[]
contents IEnumerable
bookMarkName string
리턴 int[]

ReleaseWait() 공개 메소드

public ReleaseWait ( int notificationId ) : void
notificationId int
리턴 void

SetInstance() 공개 메소드

public SetInstance ( System.Activities.Hosting.WorkflowInstanceProxy instance ) : void
instance System.Activities.Hosting.WorkflowInstanceProxy
리턴 void

프로퍼티 상세

_instance 공개적으로 프로퍼티

public WorkflowInstanceProxy,System.Activities.Hosting _instance
리턴 System.Activities.Hosting.WorkflowInstanceProxy