Property | Type | Description | |
---|---|---|---|
Encoding |
Method | Description | |
---|---|---|
Check ( bool ignoreApplicationMetadata ) : List |
||
DeployitManifest ( string appName = null, string version = null ) : System | ||
FromString ( string manifestText ) : |
||
Load ( TextReader inputReader ) : |
||
Load ( System.Xml.Linq.XDocument xmlData ) : |
||
Load ( string filePath ) : |
||
Save ( |
Method | Description | |
---|---|---|
SaveLine ( |
public Check ( bool ignoreApplicationMetadata ) : List |
||
ignoreApplicationMetadata | bool | |
return | List |
public DeployitManifest ( string appName = null, string version = null ) : System | ||
appName | string | |
version | string | |
return | System |
public static FromString ( string manifestText ) : |
||
manifestText | string | |
return |
public static Load ( TextReader inputReader ) : |
||
inputReader | TextReader | |
return |
public static Load ( System.Xml.Linq.XDocument xmlData ) : |
||
xmlData | System.Xml.Linq.XDocument | |
return |
public static Load ( string filePath ) : |
||
filePath | string | |
return |
public Save ( |
||
writer | ||
return | void |