C# 클래스 Sitecore.Courier.Rainbow.RainbowSerializationProvider

The File system data provider.
상속: BaseDataProcessor, IDataProvider
파일 보기 프로젝트 열기: adoprog/Sitecore-Courier

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool

공개 메소드들

메소드 설명
CanProcess ( string sourcePath ) : bool
Clone ( ) : object
GetIterator ( string rootPath, IList filters ) : IDataIterator
RainbowSerializationProvider ( string name ) : System.Collections.Generic

메소드 상세

CanProcess() 공개 메소드

public CanProcess ( string sourcePath ) : bool
sourcePath string
리턴 bool

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetIterator() 공개 메소드

public GetIterator ( string rootPath, IList filters ) : IDataIterator
rootPath string
filters IList
리턴 IDataIterator

RainbowSerializationProvider() 공개 메소드

public RainbowSerializationProvider ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

프로퍼티 상세

Enabled 공개적으로 정적으로 프로퍼티

public static bool Enabled
리턴 bool