CK.RouteConfig.Impl.MetaConfiguration.Apply C# (CSharp) Method

Apply() protected method

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.
return void
        protected internal virtual void Apply( IProtoRouteConfigurationContext protoContext )
        {
            protoContext.AddMeta( this );
        }

Same methods

MetaConfiguration::Apply ( IRouteConfigurationContext context ) : void