See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The AppWizardSettings type exposes the following members.

Constructors

  NameDescription
Protected methodAppWizardSettings
Initializes a new instance of the AppWizardSettings class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from NEntity.)
Public methodEquals (Inherited from NEntity.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from NEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from NEntity.)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Inherited from NEntity.)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Protected methodSetDefaultValues (Overrides NEntitySetDefaultValues()()()().)
Public methodToString (Inherited from NEntity.)
Protected methodValidateApplicationIconFileName
Protected methodValidateDeployWeb
Protected methodValidateOutputProject
Protected methodValidateProvideLoginPrompt

Properties

  NameDescription
Public propertyApplicationIconFileName
Public propertyApplicationName
Public propertyAvailableLoadedProjects
Public propertyAvailableLoadedProjectsGetter
Public propertyDeployDesktop
Public propertyDeployWeb
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Public propertyGenerateToFolder
Get or set whether to generate to a new folder.
Public propertyGenerateToLoadedProject
Get or set whether to generate to a loaded Visual Studio project.
Protected propertyGenerateToLoadedProject_ForReadOnly
Data binding has a problem with change events when using [ReadOnlyMember("GenerateToLoadedProject")].
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyIsReadOnly (Inherited from NEntity.)
Protected propertymApplicationName
Protected propertymProjectName
Public propertyNet2
Public propertyNet35
Public propertyNet4
Protected propertyNoAvailableLoadedProjects
Public propertyOutputFolder
Get or set the output folder that's used when GenerateToFolder is set to true.
Protected propertyOutputFolderReadOnly
Public propertyOutputProject
Get or set the output project that's used when GenerateToLoadedProject is true.
Protected propertyOutputProjectReadOnly
Public propertyProjectName
Public propertyPromptDatabaseUpgradeOnStartup
Public propertyProvideLoginPrompt
Public propertyState (Inherited from NEntity.)
Public propertyTargetFrameworkVersion

Events

  NameDescription
Public eventProjectNameChanged
Protected eventPropertyChanged (Inherited from NEntity.)

See Also