C# 클래스 SharePoint.NintexDeployment.Infrastructure.NWFAdapter

Nintex artifacts feature adapter
파일 보기 프로젝트 열기: vgrem/Blog-content 1 사용 예제들

공개 메소드들

메소드 설명
NWFAdapter ( SPFeatureReceiverProperties properties ) : System
PublishReusableWorkflow ( NWFMappingEntry mapping ) : void

Publish Reusable Workflow

RetrieveContextDataMappings ( string mappingFileName ) : ContextItemMappingEntries

Retrieve Context Data Mappings

RetrieveWorkflowMappings ( string mappingFileName ) : NWFMappingEntries

Retrieve Workflow Mappings

메소드 상세

NWFAdapter() 공개 메소드

public NWFAdapter ( SPFeatureReceiverProperties properties ) : System
properties SPFeatureReceiverProperties
리턴 System

PublishReusableWorkflow() 공개 메소드

Publish Reusable Workflow
public PublishReusableWorkflow ( NWFMappingEntry mapping ) : void
mapping NWFMappingEntry
리턴 void

RetrieveContextDataMappings() 공개 메소드

Retrieve Context Data Mappings
public RetrieveContextDataMappings ( string mappingFileName ) : ContextItemMappingEntries
mappingFileName string
리턴 ContextItemMappingEntries

RetrieveWorkflowMappings() 공개 메소드

Retrieve Workflow Mappings
public RetrieveWorkflowMappings ( string mappingFileName ) : NWFMappingEntries
mappingFileName string
리턴 NWFMappingEntries