C# 클래스 NuxeoClient.Adapters.PPAdapter

Represents a Page Provider (PP) Adapter, which returns the result of the query corresponding to the named PageProvider.
For more details about Adapters, check Nuxeo Documentation Page.
상속: Adapter
파일 보기 프로젝트 열기: nuxeo/nuxeo-dotnet-client

공개 메소드들

메소드 설명
PPAdapter ( )

Initializes a new instance of PPAdapter.

SetPageProviderName ( string name ) : PPAdapter

Sets the name of the page provider.

메소드 상세

PPAdapter() 공개 메소드

Initializes a new instance of PPAdapter.
public PPAdapter ( )

SetPageProviderName() 공개 메소드

Sets the name of the page provider.
public SetPageProviderName ( string name ) : PPAdapter
name string The name of the page provider.
리턴 PPAdapter