C# 클래스 SIM.Pipelines.Processors.Processor

상속: DataObject
파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager

공개 프로퍼티들

프로퍼티 타입 설명
NestedProcessors List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EvaluateStepsCount ( [ args ) : long
Execute ( [ args ) : bool
IsRequireProcessing ( [ args ) : bool
Skip ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
IncrementProgress ( ) : void
Process ( [ args ) : void
Processor ( ) : System

메소드 상세

EvaluateStepsCount() 공개 메소드

public EvaluateStepsCount ( [ args ) : long
args [
리턴 long

Execute() 공개 메소드

public Execute ( [ args ) : bool
args [
리턴 bool

IncrementProgress() 보호된 메소드

protected IncrementProgress ( ) : void
리턴 void

IsRequireProcessing() 공개 메소드

public IsRequireProcessing ( [ args ) : bool
args [
리턴 bool

Process() 보호된 추상적인 메소드

protected abstract Process ( [ args ) : void
args [
리턴 void

Processor() 보호된 메소드

protected Processor ( ) : System
리턴 System

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

NestedProcessors 공개적으로 프로퍼티

public List NestedProcessors
리턴 List