C# 클래스 CK.RouteConfig.ActionConfiguration

Configuration for an action defines a Name. This name must be unique among its sequence.
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
CheckValidity ( string routeName, IActivityMonitor monitor ) : bool

Checks the configuration validity. By default returns true.

Clone ( ) : ActionConfiguration

Clones this configuration. By default throws a NotSupportedException.

보호된 메소드들

메소드 설명
ActionConfiguration ( string name ) : System

Initializes a new ActionConfiguration.

메소드 상세

ActionConfiguration() 보호된 메소드

Initializes a new ActionConfiguration.
protected ActionConfiguration ( string name ) : System
name string Required non empty name that identifies this configuration. Can not be null.
리턴 System

CheckValidity() 공개 메소드

Checks the configuration validity. By default returns true.
public CheckValidity ( string routeName, IActivityMonitor monitor ) : bool
routeName string Name of the route that contains the configuration.
monitor IActivityMonitor Monitor to use to explain errors.
리턴 bool

Clone() 공개 메소드

Clones this configuration. By default throws a NotSupportedException.
public Clone ( ) : ActionConfiguration
리턴 ActionConfiguration