Méthode | Description | |
---|---|---|
CheckLibrarProjName ( string path ) : bool | ||
CheckLibraryCategoryName ( string name ) : bool |
Checks Library Category name for uniqueness
|
|
CheckLibraryName ( string name ) : bool |
Checks Library name for uniqueness
|
|
CloneLibrary ( LibraryWrapper BaseLib, string NewName, string NewGroups, string NewPath, LibraryLevelWrapper NewLevel, bool NewIsStub ) : LibraryWrapper | ||
CloneLibraryCategory ( BaseTypedWrapper |
||
ConvertPathToEnv ( string fullpath ) : string | ||
CopyProjFilesFromClone ( ProjectWrapper proj, SolutionWrapper solution ) : void | ||
CopyTemplateFiles ( LibraryCategoryWrapper libcat, SolutionWrapper solution, ComponentWrapper template ) : void | ||
CreateLibrary ( string Name, LibraryLevelWrapper Level, string Description, string ProjectPath, bool IsTemplate, ComponentWrapper LibraryCategory ) : LibraryWrapper | ||
CreateLibrary ( string name, string groups, string path, LibraryLevelWrapper level, bool isStub ) : LibraryWrapper | ||
CreateLibraryCategory ( string name, string groups, LibraryLevelWrapper level ) : LibraryCategoryWrapper | ||
CreateSolution ( string Name, string Description, string Author, bool IsSolutionWizardVisible ) : SolutionWrapper | ||
CreateSolutionDirProj ( SolutionWrapper solution ) : void | ||
DeleteLibrary ( LibraryWrapper lib ) : void | ||
DeleteLibraryCategoryProj ( LibraryCategoryWrapper libcat ) : void | ||
Dispose ( ) : void | ||
ExpandEnvVars ( string text, string path ) : string | ||
ExpandPath ( string path ) : string | ||
FindAssembly ( string asmGuid ) : AssemblyWrapper | ||
FindAssemblyByName ( string asmName ) : AssemblyWrapper | ||
FindBuildTool ( string buildToolGuid ) : BuildToolWrapper_ | ||
FindBuildToolByName ( string buildToolName ) : BuildToolWrapper_ | ||
FindFeature ( string featureGuid ) : FeatureWrapper | ||
FindFeatureByName ( string name ) : FeatureWrapper | ||
FindFeatureByProject ( string featProject ) : FeatureWrapper | ||
FindISA ( string ISAGuid ) : ISAWrapper | ||
FindLibrary ( ComponentWrapper comp ) : LibraryWrapper | ||
FindLibrary ( string libraryGuid ) : LibraryWrapper | ||
FindLibraryByFile ( string libraryFile ) : LibraryWrapper | ||
FindLibraryByName ( string libraryName ) : LibraryWrapper | ||
FindLibraryByProject ( string libraryProj ) : LibraryWrapper | ||
FindLibraryCategory ( string LibraryCategoryGuid ) : LibraryCategoryWrapper | ||
FindLibraryCategoryByName ( string LibraryCategoryName ) : LibraryCategoryWrapper | ||
FindProcessor ( string processorGuid ) : ProcessorWrapper | ||
FindProcessorByName ( string procName ) : ProcessorWrapper | ||
GenerateNewLibraryCategoryName ( string BaseName ) : string |
Generates Library Category new unique library name based on BaseName
|
|
GenerateNewLibraryName ( string BaseName ) : string |
Generates Library new unique library name based on BaseName
|
|
GenerateSolution ( SolutionWrapper solution ) : void | ||
GetAssembies ( ) : AssemblyWrapper[] | ||
GetAvailableSolutions ( ) : MFComponentDescriptor>.CollectionWrapper |
||
GetBuildTools ( ) : BuildToolWrapper_[] | ||
GetFeatures ( ) : FeatureWrapper[] | ||
GetISAs ( ) : ISAWrapper[] | ||
GetLibraries ( ) : LibraryWrapper[] | ||
GetLibraryCategories ( ) : LibraryCategoryWrapper[] | ||
GetProcessors ( ) : ProcessorWrapper[] | ||
GetProjectTemplates ( ) : List |
||
GetRequiredFeatures ( ) : FeatureWrapper[] | ||
GetRequiredLibraries ( ) : LibraryWrapper[] | ||
GetRequiredLibraryCategories ( ) : LibraryCategoryWrapper[] | ||
GetSolutions ( ) : SolutionWrapper[] | ||
GetTransports ( ) : List |
||
LoadDefaultFeatures ( ) : FeatureWrapper[] |
Sync loading of default Features
|
|
LoadDefaultFeaturesAsync ( ) : void |
Async loading of default Features
|
|
LoadDefaultLibraries ( ) : LibraryWrapper[] |
Sync loading of default Libraries
|
|
LoadDefaultLibrariesAsync ( ) : void |
Async loading of default Libraries
|
|
LoadDefaultLibraryCatigories ( ) : LibraryCategoryWrapper[] |
Sync loading of default Library Catigories
|
|
LoadDefaultLibraryCatigoriesAsync ( ) : void |
Async loading of default Library Catigories
|
|
LoadInventory ( ) : void |
Sync loading of inventory
|
|
LoadInventoryAsync ( ) : void |
Async loading of Inventory
|
|
LoadLibraryProj ( string libProjFile, string path ) : LibraryWrapper | ||
LoadProject ( string fullpath ) : Project | ||
LoadSolution ( ComponentDescriptorWrapper selectedsolution ) : SolutionWrapper |
Sync loading of Solution
|
|
LoadSolutionAsync ( ComponentDescriptorWrapper selectedsolution ) : void |
Async loading of Solution
|
|
LoadSolutionsAsync ( ) : void |
Async loading of all Solutions
|
|
LoadTemplateProjects ( ) : List |
||
PortingKitWrapper ( ) : System | ||
SaveFeatureProj ( Feature feat ) : void | ||
SaveLibraryCategoryProj ( LibraryCategoryWrapper libCat ) : bool | ||
SaveLibraryProj ( LibraryWrapper lib ) : void | ||
SaveProjectProj ( ProjectWrapper mfproj ) : void | ||
SaveSolutionProj ( SolutionWrapper solution ) : void | ||
Search ( SearchType type, SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void |
Searchs components in inventory
|
|
m_SearchWorker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
m_SearchWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
m_worker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
m_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CheckFeature ( FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckFeature ( SearchResultsHolder ProjectDesc, FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckFile ( BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckFile ( SearchResultsHolder ProjectDesc, BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckLibrary ( LibraryWrapper lib, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckLibrary ( SearchResultsHolder ProjectDesc, LibraryWrapper lib, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckLibraryCategory ( LibraryCategoryWrapper libcat, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckLibraryCategory ( SearchResultsHolder ProjectDesc, LibraryCategoryWrapper libcat, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckTextInFile ( BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
CheckTextInFile ( SearchResultsHolder ProjectDesc, BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
OnElementFinded ( SearchResultsHolder component ) : void | ||
OnLoadFeaturesComplete ( ) : void | ||
OnLoadInventoryComplete ( ) : void | ||
OnLoadLibraryCategoriesComplete ( ) : void | ||
OnLoadLibraryesComplete ( ) : void | ||
OnLoadSolutionComplete ( ) : void | ||
OnLoadSolutionsComplete ( ) : void | ||
OnSearchComplited ( SearchResultsHolder searchResults ) : void | ||
OnSearchStarted ( SearchParams SearchParams ) : void | ||
SearchFiles ( SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void |
Serarchs files
|
|
SearchInFeatures ( SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void |
Searchs in Features
|
|
SearchInLibraries ( SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void |
Searchs in Libraries
|
|
SearchInLibraryCategories ( SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void |
Searchs in LibraryCategories
|
|
SearchTextInFiles ( SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
SetSolutionTransportType ( SolutionWrapper solution ) : void |
public CheckLibrarProjName ( string path ) : bool | ||
path | string | |
Résultat | bool |
public CheckLibraryCategoryName ( string name ) : bool | ||
name | string | |
Résultat | bool |
public CheckLibraryName ( string name ) : bool | ||
name | string | |
Résultat | bool |
public CloneLibrary ( LibraryWrapper BaseLib, string NewName, string NewGroups, string NewPath, LibraryLevelWrapper NewLevel, bool NewIsStub ) : LibraryWrapper | ||
BaseLib | LibraryWrapper | |
NewName | string | |
NewGroups | string | |
NewPath | string | |
NewLevel | LibraryLevelWrapper | |
NewIsStub | bool | |
Résultat | LibraryWrapper |
public CloneLibraryCategory ( BaseTypedWrapper |
||
BaseLibCat | BaseTypedWrapper |
|
NewName | string | |
NewGroups | string | |
NewLevel | LibraryLevelWrapper | |
Résultat | LibraryCategoryWrapper |
public ConvertPathToEnv ( string fullpath ) : string | ||
fullpath | string | |
Résultat | string |
public CopyProjFilesFromClone ( ProjectWrapper proj, SolutionWrapper solution ) : void | ||
proj | ProjectWrapper | |
solution | SolutionWrapper | |
Résultat | void |
public CopyTemplateFiles ( LibraryCategoryWrapper libcat, SolutionWrapper solution, ComponentWrapper template ) : void | ||
libcat | LibraryCategoryWrapper | |
solution | SolutionWrapper | |
template | ComponentWrapper | |
Résultat | void |
public CreateLibrary ( string Name, LibraryLevelWrapper Level, string Description, string ProjectPath, bool IsTemplate, ComponentWrapper LibraryCategory ) : LibraryWrapper | ||
Name | string | |
Level | LibraryLevelWrapper | |
Description | string | |
ProjectPath | string | |
IsTemplate | bool | |
LibraryCategory | ComponentWrapper | |
Résultat | LibraryWrapper |
public CreateLibrary ( string name, string groups, string path, LibraryLevelWrapper level, bool isStub ) : LibraryWrapper | ||
name | string | |
groups | string | |
path | string | |
level | LibraryLevelWrapper | |
isStub | bool | |
Résultat | LibraryWrapper |
public CreateLibraryCategory ( string name, string groups, LibraryLevelWrapper level ) : LibraryCategoryWrapper | ||
name | string | |
groups | string | |
level | LibraryLevelWrapper | |
Résultat | LibraryCategoryWrapper |
public CreateSolution ( string Name, string Description, string Author, bool IsSolutionWizardVisible ) : SolutionWrapper | ||
Name | string | |
Description | string | |
Author | string | |
IsSolutionWizardVisible | bool | |
Résultat | SolutionWrapper |
public CreateSolutionDirProj ( SolutionWrapper solution ) : void | ||
solution | SolutionWrapper | |
Résultat | void |
public DeleteLibrary ( LibraryWrapper lib ) : void | ||
lib | LibraryWrapper | |
Résultat | void |
public DeleteLibraryCategoryProj ( LibraryCategoryWrapper libcat ) : void | ||
libcat | LibraryCategoryWrapper | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public ExpandEnvVars ( string text, string path ) : string | ||
text | string | |
path | string | |
Résultat | string |
public FindAssembly ( string asmGuid ) : AssemblyWrapper | ||
asmGuid | string | |
Résultat | AssemblyWrapper |
public FindAssemblyByName ( string asmName ) : AssemblyWrapper | ||
asmName | string | |
Résultat | AssemblyWrapper |
public FindBuildTool ( string buildToolGuid ) : BuildToolWrapper_ | ||
buildToolGuid | string | |
Résultat | BuildToolWrapper_ |
public FindBuildToolByName ( string buildToolName ) : BuildToolWrapper_ | ||
buildToolName | string | |
Résultat | BuildToolWrapper_ |
public FindFeature ( string featureGuid ) : FeatureWrapper | ||
featureGuid | string | |
Résultat | FeatureWrapper |
public FindFeatureByName ( string name ) : FeatureWrapper | ||
name | string | |
Résultat | FeatureWrapper |
public FindFeatureByProject ( string featProject ) : FeatureWrapper | ||
featProject | string | |
Résultat | FeatureWrapper |
public FindISA ( string ISAGuid ) : ISAWrapper | ||
ISAGuid | string | |
Résultat | ISAWrapper |
public FindLibrary ( ComponentWrapper comp ) : LibraryWrapper | ||
comp | ComponentWrapper | |
Résultat | LibraryWrapper |
public FindLibrary ( string libraryGuid ) : LibraryWrapper | ||
libraryGuid | string | |
Résultat | LibraryWrapper |
public FindLibraryByFile ( string libraryFile ) : LibraryWrapper | ||
libraryFile | string | |
Résultat | LibraryWrapper |
public FindLibraryByName ( string libraryName ) : LibraryWrapper | ||
libraryName | string | |
Résultat | LibraryWrapper |
public FindLibraryByProject ( string libraryProj ) : LibraryWrapper | ||
libraryProj | string | |
Résultat | LibraryWrapper |
public FindLibraryCategory ( string LibraryCategoryGuid ) : LibraryCategoryWrapper | ||
LibraryCategoryGuid | string | |
Résultat | LibraryCategoryWrapper |
public FindLibraryCategoryByName ( string LibraryCategoryName ) : LibraryCategoryWrapper | ||
LibraryCategoryName | string | |
Résultat | LibraryCategoryWrapper |
public FindProcessor ( string processorGuid ) : ProcessorWrapper | ||
processorGuid | string | |
Résultat | ProcessorWrapper |
public FindProcessorByName ( string procName ) : ProcessorWrapper | ||
procName | string | |
Résultat | ProcessorWrapper |
public GenerateNewLibraryCategoryName ( string BaseName ) : string | ||
BaseName | string | Base name for generation |
Résultat | string |
public GenerateNewLibraryName ( string BaseName ) : string | ||
BaseName | string | Base name for generation |
Résultat | string |
public GenerateSolution ( SolutionWrapper solution ) : void | ||
solution | SolutionWrapper | |
Résultat | void |
public GetAssembies ( ) : AssemblyWrapper[] | ||
Résultat | AssemblyWrapper[] |
public GetAvailableSolutions ( ) : MFComponentDescriptor>.CollectionWrapper |
||
Résultat | MFComponentDescriptor>.CollectionWrapper |
public GetBuildTools ( ) : BuildToolWrapper_[] | ||
Résultat | BuildToolWrapper_[] |
public GetLibraryCategories ( ) : LibraryCategoryWrapper[] | ||
Résultat | LibraryCategoryWrapper[] |
public GetProcessors ( ) : ProcessorWrapper[] | ||
Résultat | ProcessorWrapper[] |
public GetRequiredFeatures ( ) : FeatureWrapper[] | ||
Résultat | FeatureWrapper[] |
public GetRequiredLibraries ( ) : LibraryWrapper[] | ||
Résultat | LibraryWrapper[] |
public GetRequiredLibraryCategories ( ) : LibraryCategoryWrapper[] | ||
Résultat | LibraryCategoryWrapper[] |
public GetSolutions ( ) : SolutionWrapper[] | ||
Résultat | SolutionWrapper[] |
public LoadDefaultFeatures ( ) : FeatureWrapper[] | ||
Résultat | FeatureWrapper[] |
public LoadDefaultLibraries ( ) : LibraryWrapper[] | ||
Résultat | LibraryWrapper[] |
public LoadDefaultLibrariesAsync ( ) : void | ||
Résultat | void |
public LoadDefaultLibraryCatigories ( ) : LibraryCategoryWrapper[] | ||
Résultat | LibraryCategoryWrapper[] |
public LoadDefaultLibraryCatigoriesAsync ( ) : void | ||
Résultat | void |
public LoadLibraryProj ( string libProjFile, string path ) : LibraryWrapper | ||
libProjFile | string | |
path | string | |
Résultat | LibraryWrapper |
public LoadProject ( string fullpath ) : Project | ||
fullpath | string | |
Résultat | Project |
public LoadSolution ( ComponentDescriptorWrapper selectedsolution ) : SolutionWrapper | ||
selectedsolution | ComponentDescriptorWrapper | |
Résultat | SolutionWrapper |
public LoadSolutionAsync ( ComponentDescriptorWrapper selectedsolution ) : void | ||
selectedsolution | ComponentDescriptorWrapper | |
Résultat | void |
public SaveFeatureProj ( Feature feat ) : void | ||
feat | Feature | |
Résultat | void |
public SaveLibraryCategoryProj ( LibraryCategoryWrapper libCat ) : bool | ||
libCat | LibraryCategoryWrapper | |
Résultat | bool |
public SaveLibraryProj ( LibraryWrapper lib ) : void | ||
lib | LibraryWrapper | |
Résultat | void |
public SaveProjectProj ( ProjectWrapper mfproj ) : void | ||
mfproj | ProjectWrapper | |
Résultat | void |
public SaveSolutionProj ( SolutionWrapper solution ) : void | ||
solution | SolutionWrapper | |
Résultat | void |
public Search ( SearchType type, SearchWhere where, string what, bool MatchCase, bool MatchWholeWord ) : void | ||
type | SearchType | Search type |
where | SearchWhere | |
what | string | Search what |
MatchCase | bool | Match case |
MatchWholeWord | bool | Match whiole word |
Résultat | void |
public m_SearchWorker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
sender | object | |
e | DoWorkEventArgs | |
Résultat | void |
public m_SearchWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
sender | object | |
e | RunWorkerCompletedEventArgs | |
Résultat | void |
public m_worker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
sender | object | |
e | DoWorkEventArgs | |
Résultat | void |
public m_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
sender | object | |
e | RunWorkerCompletedEventArgs | |
Résultat | void |