프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Encoding |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
SaveLine ( |
public Check ( bool ignoreApplicationMetadata ) : List |
||
ignoreApplicationMetadata | bool | |
리턴 | List |
public DeployitManifest ( string appName = null, string version = null ) : System | ||
appName | string | |
version | string | |
리턴 | System |
public static FromString ( string manifestText ) : |
||
manifestText | string | |
리턴 |
public static Load ( TextReader inputReader ) : |
||
inputReader | TextReader | |
리턴 |
public static Load ( System.Xml.Linq.XDocument xmlData ) : |
||
xmlData | System.Xml.Linq.XDocument | |
리턴 |
public static Load ( string filePath ) : |
||
filePath | string | |
리턴 |