C# Class FlatRedBall.Glue.Plugins.ExportedImplementations.CommandInterfaces.ProjectCommands

Inheritance: IProjectCommands
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddContentFileToProject ( string absoluteFileName, bool saveProjects = true ) : void
AddDirectory ( string folderName, TreeNode treeNodeToAddTo ) : void
CopyToBuildFolder ( ReferencedFileSave rfs ) : void
CopyToBuildFolder ( string absoluteSource ) : void
CreateAndAddPartialFile ( IElement element, string partialName, string code ) : void
MakeAbsolute ( string relativeFileName, bool forceAsContent = false ) : string
SaveProjects ( ) : void

Method Details

AddContentFileToProject() public méthode

public AddContentFileToProject ( string absoluteFileName, bool saveProjects = true ) : void
absoluteFileName string
saveProjects bool
Résultat void

AddDirectory() public méthode

public AddDirectory ( string folderName, TreeNode treeNodeToAddTo ) : void
folderName string
treeNodeToAddTo System.Windows.Forms.TreeNode
Résultat void

CopyToBuildFolder() public méthode

public CopyToBuildFolder ( ReferencedFileSave rfs ) : void
rfs FlatRedBall.Glue.SaveClasses.ReferencedFileSave
Résultat void

CopyToBuildFolder() public méthode

public CopyToBuildFolder ( string absoluteSource ) : void
absoluteSource string
Résultat void

CreateAndAddPartialFile() public méthode

public CreateAndAddPartialFile ( IElement element, string partialName, string code ) : void
element IElement
partialName string
code string
Résultat void

MakeAbsolute() public méthode

public MakeAbsolute ( string relativeFileName, bool forceAsContent = false ) : string
relativeFileName string
forceAsContent bool
Résultat string

SaveProjects() public méthode

public SaveProjects ( ) : void
Résultat void