Method | Description | |
---|---|---|
AddFileToProject ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
AddToProject ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
CreateContent ( |
||
CreateContent ( string language ) : string | ||
CreateFileContent ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
GetFileName ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
Load ( |
||
ModifyTags ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
SaveFile ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
Show ( ) : void | ||
SupportsProject ( |
Method | Description | |
---|---|---|
ProcessContent ( string content, IStringTagModel tags ) : string |
Method | Description | |
---|---|---|
ContainsReference ( |
||
CreateIdentifierName ( string identifier ) : string | ||
GetLanguageBinding ( string language ) : MonoDevelop.Projects.LanguageBinding |
public AddFileToProject ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
directory | string | |
name | string | |
return |
public final AddToProject ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
directory | string | |
name | string | |
return | bool |
public CreateContent ( |
||
project | ||
tags | string>.Dictionary | |
language | string | |
return | string |
public CreateContent ( string language ) : string | ||
language | string | |
return | string |
public CreateFileContent ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
fileName | string | |
identifier | string | |
return | Stream |
public GetFileName ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
baseDirectory | string | |
entryName | string | |
return | string |
public Load ( |
||
filenode | ||
baseDirectory | FilePath | |
return | void |
public ModifyTags ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
identifier | string | |
fileName | string | |
tags | string>.Dictionary | |
return | void |
protected ProcessContent ( string content, IStringTagModel tags ) : string | ||
content | string | |
tags | IStringTagModel | |
return | string |
public SaveFile ( MonoDevelop.Projects.SolutionFolderItem policyParent, |
||
policyParent | MonoDevelop.Projects.SolutionFolderItem | |
project | ||
language | string | |
baseDirectory | string | |
entryName | string | |
return | string |
public SupportsProject ( |
||
project | ||
projectPath | string | |
return | bool |