C# Class nHydrate.Generator.nHydrateGeneratorProject

Inheritance: INHydrateGenerator, IXMLable
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
AddAssemblyBinFolder ( string fileName ) : void

Adds the specified assembly from the extensions folder to the generated 'bin' folder

AddEFCoreToBinFolder ( ) : void
AddMicrosoftServiceModelWebToBinFolder ( ) : void
DomainProjectName ( ModelRoot model ) : string
GetMenuCommands ( ) : MenuCommand[]
HandleCommand ( string command ) : void
ProcessPostModelLoad ( ) : LoadResultConstants
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void
nHydrateGeneratorProject ( ) : System

Méthodes protégées

Méthode Description
OnVerifyComplete ( object sender, nHydrate e ) : void

Private Methods

Méthode Description
MoveFile ( DirectoryInfo binDirectory, FileInfo fileToMove ) : void
menuImport_Click ( object sender, System e ) : void
menuVerify_Click ( object sender, System e ) : void

Method Details

AddAssemblyBinFolder() public static méthode

Adds the specified assembly from the extensions folder to the generated 'bin' folder
public static AddAssemblyBinFolder ( string fileName ) : void
fileName string
Résultat void

AddEFCoreToBinFolder() public static méthode

public static AddEFCoreToBinFolder ( ) : void
Résultat void

AddMicrosoftServiceModelWebToBinFolder() public static méthode

public static AddMicrosoftServiceModelWebToBinFolder ( ) : void
Résultat void

DomainProjectName() public static méthode

public static DomainProjectName ( ModelRoot model ) : string
model nHydrate.Generator.Models.ModelRoot
Résultat string

GetMenuCommands() public méthode

public GetMenuCommands ( ) : MenuCommand[]
Résultat MenuCommand[]

HandleCommand() public méthode

public HandleCommand ( string command ) : void
command string
Résultat void

OnVerifyComplete() protected méthode

protected OnVerifyComplete ( object sender, nHydrate e ) : void
sender object
e nHydrate
Résultat void

ProcessPostModelLoad() public méthode

public ProcessPostModelLoad ( ) : LoadResultConstants
Résultat LoadResultConstants

XmlAppend() public méthode

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

XmlLoad() public méthode

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

nHydrateGeneratorProject() public méthode

public nHydrateGeneratorProject ( ) : System
Résultat System