Method | Description | |
---|---|---|
JoinAlternates ( string full, string compact ) : string | ||
SplitAlternates ( string original, string &full, string &compact ) : void |
Method | Description | |
---|---|---|
GenerateCodeExtensions ( IResourceBuildHelper helper, |
||
ProcessExternalResource ( IResourceBuildHelper helper, string url, string &preProcessed, string &compacted, List |
||
ProcessResource ( IResourceBuildHelper helper, string virtualPath, string sourceText, string &resource, string &compacted, List |
||
ResetCodeProvider ( ) : void | ||
SetBaseClass ( |
Method | Description | |
---|---|---|
ProcessEmbeddedResource ( IResourceBuildHelper helper, string source, string &preProcessed, string &compacted, List |
||
ProcessPrecompiled ( IResourceBuildHelper helper, string file ) : IOptimizedResult | ||
ScrubResourceName ( string resource ) : string |
protected GenerateCodeExtensions ( IResourceBuildHelper helper, |
||
helper | IResourceBuildHelper | |
resourceType | ||
return | void |
public static JoinAlternates ( string full, string compact ) : string | ||
full | string | |
compact | string | |
return | string |
protected ProcessExternalResource ( IResourceBuildHelper helper, string url, string &preProcessed, string &compacted, List |
||
helper | IResourceBuildHelper | |
url | string | |
preProcessed | string | |
compacted | string | |
errors | List |
|
return | void |
protected ProcessResource ( IResourceBuildHelper helper, string virtualPath, string sourceText, string &resource, string &compacted, List |
||
helper | IResourceBuildHelper | |
virtualPath | string | |
sourceText | string | |
resource | string | |
compacted | string | |
errors | List |
|
return | void |
protected SetBaseClass ( |
||
resourceType | ||
return | void |
public static SplitAlternates ( string original, string &full, string &compact ) : void | ||
original | string | |
full | string | |
compact | string | |
return | void |