Appccelerate.Bootstrapper.Specification.when_the_bootstrapping_process_is_reported.LazyBehaviorCustomExtensionDescriptionWith C# (CSharp) Method

LazyBehaviorCustomExtensionDescriptionWith() private static method

private static LazyBehaviorCustomExtensionDescriptionWith ( string action ) : string
action string
return string
        private static string LazyBehaviorCustomExtensionDescriptionWith(string action)
        {
            const string LazyBehaviorDescriptionFormat = "Creates the behavior with {0} and executes behave on the lazy initialized behavior.";

            return string.Format(CultureInfo.InvariantCulture, LazyBehaviorDescriptionFormat, action);
        }