Свойство | Type | Description | |
---|---|---|---|
Encoding |
Méthode | 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 ( |
Méthode | Description | |
---|---|---|
SaveLine ( |
public Check ( bool ignoreApplicationMetadata ) : List |
||
ignoreApplicationMetadata | bool | |
Résultat | List |
public DeployitManifest ( string appName = null, string version = null ) : System | ||
appName | string | |
version | string | |
Résultat | System |
public static FromString ( string manifestText ) : |
||
manifestText | string | |
Résultat |
public static Load ( TextReader inputReader ) : |
||
inputReader | TextReader | |
Résultat |
public static Load ( System.Xml.Linq.XDocument xmlData ) : |
||
xmlData | System.Xml.Linq.XDocument | |
Résultat |
public static Load ( string filePath ) : |
||
filePath | string | |
Résultat |
public Save ( |
||
writer | ||
Résultat | void |