CK.RouteConfig.Impl.MetaConfiguration.Apply C# (CSharp) 메소드

Apply() 보호된 메소드

Applies the configuration (first step). By default, adds this meta configuration to the context so that Apply(IRouteConfigurationContext) will be called.
protected Apply ( IProtoRouteConfigurationContext protoContext ) : void
protoContext IProtoRouteConfigurationContext Enables context lookup and manipulation, exposes a to use.
리턴 void
        protected internal virtual void Apply( IProtoRouteConfigurationContext protoContext )
        {
            protoContext.AddMeta( this );
        }

Same methods

MetaConfiguration::Apply ( IRouteConfigurationContext context ) : void