C# 클래스 Crow.Library.CodeExecutionFlow.Steps.CacheStep

상속: MachineWorkStep
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
CacheStep ( InvocationTypes type, string stepName = "Log Step" ) : System
CacheStep ( string stepName = "Cache Step" ) : System

보호된 메소드들

메소드 설명
OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void

메소드 상세

CacheStep() 공개 메소드

public CacheStep ( InvocationTypes type, string stepName = "Log Step" ) : System
type InvocationTypes
stepName string
리턴 System

CacheStep() 공개 메소드

public CacheStep ( string stepName = "Cache Step" ) : System
stepName string
리턴 System

OnStepExecuted() 보호된 메소드

protected OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void
invocation IInvocation
attribute IEnumerable
리턴 void