ContainerTestInfo ShowInfo Method CleanCode C# Libraries v1.2.03 API
Shows information about the added diagnostic functionality provided by the current control when ContainerTest is enabled.

Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static void ShowInfo(
	BulletedStringCollection bsc,
	Type type
)

Parameters

bsc
Type: CleanCode.Data BulletedStringCollection
A list of bullet points. Any string beginning with a character in ExceptionTokens will not have a bullet prefixed to it.
type
Type: OnlineSystem Type
The type of the calling control, displayed as the main heading of the message box.
Remarks

By convention, this method should be called from the ContainerTest setter whenever ContainerTest is set to true. Each string is prefixed with a bullet; the bullet is configurable via the Bullet property.
See Also