C# 클래스 FlatRedBall.Glue.Plugins.ExportedImplementations.CommandInterfaces.ProjectCommands

상속: IProjectCommands
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddContentFileToProject() 공개 메소드

public AddContentFileToProject ( string absoluteFileName, bool saveProjects = true ) : void
absoluteFileName string
saveProjects bool
리턴 void

AddDirectory() 공개 메소드

public AddDirectory ( string folderName, TreeNode treeNodeToAddTo ) : void
folderName string
treeNodeToAddTo System.Windows.Forms.TreeNode
리턴 void

CopyToBuildFolder() 공개 메소드

public CopyToBuildFolder ( ReferencedFileSave rfs ) : void
rfs FlatRedBall.Glue.SaveClasses.ReferencedFileSave
리턴 void

CopyToBuildFolder() 공개 메소드

public CopyToBuildFolder ( string absoluteSource ) : void
absoluteSource string
리턴 void

CreateAndAddPartialFile() 공개 메소드

public CreateAndAddPartialFile ( IElement element, string partialName, string code ) : void
element IElement
partialName string
code string
리턴 void

MakeAbsolute() 공개 메소드

public MakeAbsolute ( string relativeFileName, bool forceAsContent = false ) : string
relativeFileName string
forceAsContent bool
리턴 string

SaveProjects() 공개 메소드

public SaveProjects ( ) : void
리턴 void