Class WizardValidationUtility
Provides a set of validation functions for the AlchemyBow.Core editor wizards.
Namespace: AlchemyBow.Core.Editor.Wizards
Assembly: AlchemyBow.Core.Editor.dll
Syntax
public static class WizardValidationUtility
Methods
ValidateClassName(string, ValidationMessageList)
Validates the specified class name and adds the results to the list.
Declaration
public static void ValidateClassName(string className, ValidationMessageList validationMessageList)
Parameters
| Type | Name | Description |
|---|---|---|
| string | className | The class name. |
| ValidationMessageList | validationMessageList | The message list. |
ValidateFolder(string, ValidationMessageList)
Validates the specified folder and adds the results to the list.
Declaration
public static void ValidateFolder(string folder, ValidationMessageList validationMessageList)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folder | The specified folder. |
| ValidationMessageList | validationMessageList | The message list. |
ValidateNamespaceName(string, ValidationMessageList)
Validates the specified namespace name and adds the results to the list.
Declaration
public static void ValidateNamespaceName(string namespaceName, ValidationMessageList validationMessageList)
Parameters
| Type | Name | Description |
|---|---|---|
| string | namespaceName | The namespace name. |
| ValidationMessageList | validationMessageList | The message list. |