C# 클래스 CK.RouteConfig.MetaInsertActionConfiguration

Enables inserting in the route an already declared action.
상속: CK.RouteConfig.Impl.MetaConfiguration
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 메소드들

메소드 설명
MetaInsertActionConfiguration ( string name, string declarationName ) : System

Initializes a new MetaInsertActionConfiguration with the name of the action and the name of the previously declared action.

보호된 메소드들

메소드 설명
Apply ( Impl context ) : void

Calls Impl.IRouteConfigurationContext.AddDeclaredAction to add the DeclaredName with this name.

CheckValidity ( string routeName, IActivityMonitor monitor ) : bool

Checks the validity: name and DeclaredName must be valid.

메소드 상세

Apply() 보호된 메소드

Calls Impl.IRouteConfigurationContext.AddDeclaredAction to add the DeclaredName with this name.
protected Apply ( Impl context ) : void
context Impl Enables context lookup and manipulation, exposes a to use.
리턴 void

CheckValidity() 보호된 메소드

Checks the validity: name and DeclaredName must be valid.
protected CheckValidity ( string routeName, IActivityMonitor monitor ) : bool
routeName string Name of the route that contains this configuration.
monitor IActivityMonitor Monitor to use to explain errors.
리턴 bool

MetaInsertActionConfiguration() 공개 메소드

Initializes a new MetaInsertActionConfiguration with the name of the action and the name of the previously declared action.
public MetaInsertActionConfiguration ( string name, string declarationName ) : System
name string Name of the action to insert.
declarationName string Declared action's name.
리턴 System