• Manual
  • Scripting API
  • Changelog
  • License
Show / Hide Table of Contents
  • AlchemyBow.Core
    • CoreController<TProjectContext>
    • CoreProjectContext
    • ICoreLoadable
    • ICoreLoadingCallbacksHandler
    • LoadablesProgress
    • OperationHandle
  • AlchemyBow.Core.Editor.Utilities
    • CoreEditorUtility
    • IndentStringBuilder
  • AlchemyBow.Core.Editor.Windows
    • CoreManagementWindow
  • AlchemyBow.Core.Editor.Wizards
    • CoreControllerScriptWizard
    • CoreProjectContextPrefabWizard
    • CoreProjectContextScriptWizard
    • CoreQuickStartWizard
    • ValidationMessageList
    • WizardValidationUtility
    • WizardWindow
  • AlchemyBow.Core.Extras.Behaviours
    • CoreBehaviour
    • CoreBehaviourEnablingStrategy
  • AlchemyBow.Core.Extras.FluentBindings
    • ContainerFluentExtensions
    • FluentBinding
  • AlchemyBow.Core.Extras.Installers
    • ChildrenCompositeMonoInstaller
    • UnityObjectMonoInstaller
  • AlchemyBow.Core.IoC
    • Container
    • DynamicCollectionBindingUtility
    • DynamicInjector<T>
    • IBindOnlyContainer
    • InjectAttribute
    • InjectionTargetAttribute
    • MonoInstaller
  • AlchemyBow.Core.IoC.Elements
    • DynamicInjectorBase
    • InjectionInfo
    • ReflectionFieldsSetter
  • AlchemyBow.Core.States
    • ICondition
    • IState
    • StateGraph
    • StateGraphComposer
  • AlchemyBow.Core.States.Elements
    • StateGraphLink
  • AlchemyBow.Core.States.Prototyping
    • PrototypeCondition
    • PrototypeState

Class WizardValidationUtility

Provides a set of validation functions for the AlchemyBow.Core editor wizards.

Inheritance
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
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.

In this article
Back to top Copyright © 2022-2024 AlchemyBow | Generated by DocFX