Class WizardValidationUtility
Provides a set of validation functions for the AlchemyBow.Core editor wizards.
Inheritance
System.Object
WizardValidationUtility
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 |
---|---|---|
System.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 |
---|---|---|
System.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 |
---|---|---|
System.String | namespaceName | The namespace name. |
ValidationMessageList | validationMessageList | The message list. |