C# Class SenseNet.Workflow.ContentWorkflowExtension

Inheritance: IWorkflowInstanceExtension
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
_instance System.Activities.Hosting.WorkflowInstanceProxy

Méthodes publiques

Méthode Description
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

Method Details

GetAdditionalExtensions() public méthode

public GetAdditionalExtensions ( ) : IEnumerable
Résultat IEnumerable

RegisterWait() public méthode

public RegisterWait ( WfContent content, string bookMarkName ) : int
content WfContent
bookMarkName string
Résultat int

RegisterWaitForMultipleContent() public méthode

public RegisterWaitForMultipleContent ( IEnumerable contents, string bookMarkName ) : int[]
contents IEnumerable
bookMarkName string
Résultat int[]

ReleaseWait() public méthode

public ReleaseWait ( int notificationId ) : void
notificationId int
Résultat void

SetInstance() public méthode

public SetInstance ( System.Activities.Hosting.WorkflowInstanceProxy instance ) : void
instance System.Activities.Hosting.WorkflowInstanceProxy
Résultat void

Property Details

_instance public_oe property

public WorkflowInstanceProxy,System.Activities.Hosting _instance
Résultat System.Activities.Hosting.WorkflowInstanceProxy