Property | Type | Description | |
---|---|---|---|
MergeExtension | void | ||
Parse | void | ||
Parse | void | ||
ProjectConfiguration | System | ||
ProjectConfiguration | System | ||
RegisterExtension | void | ||
RegisterRoutes | void |
Method | Description | |
---|---|---|
Create ( ) : |
Creates a ProjectConfiguration instance with all settings initialized to their defaults.
|
|
Create ( Stream configStream ) : |
Creates a new ProjectConfiguration instance using the file from the specified configStream.
|
|
Create ( |
Creates a new ProjectConfiguration instance using the configDoc.
|
|
Create ( string configPath ) : |
Creates a new ProjectConfiguration instance using the file from the specified configPath.
|
|
GetVariable ( string name, string locale = null ) : string |
Gets the value of the project variable with the specified name.
|
|
ToString ( ) : string | ||
ToXml ( |
Generates an XML element that represents this instance.
|
Method | Description | |
---|---|---|
MergeExtension ( |
||
Parse ( |
||
Parse ( string configPath ) : void | ||
ProjectConfiguration ( ) : System | ||
ProjectConfiguration ( |
||
RegisterExtension ( |
||
RegisterRoutes ( ) : void |
public static Create ( ) : |
||
return |
public static Create ( Stream configStream ) : |
||
configStream | Stream | The stream to the configuration file to use. |
return |
public static Create ( |
||
configDoc | The configuration file to use. | |
return |
public static Create ( string configPath ) : |
||
configPath | string | The path to the configuration file to use. |
return |
public GetVariable ( string name, string locale = null ) : string | ||
name | string | The name of the variable. |
locale | string | Optional locale to use to select the variable value. |
return | string |
public ToXml ( |
||
ownerDoc | The document to use to create the element with. | |
return |