프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Deserialize ( System s ) : TestConfiguration15 | ||
Deserialize ( string input ) : TestConfiguration15 | ||
Deserialize ( string input, TestConfiguration15 &obj ) : bool | ||
Deserialize ( string input, TestConfiguration15 &obj, System &exception ) : bool |
Deserializes workflow markup into an TestConfiguration15 object
|
|
GetAtmlDocumentType ( ) : dbDocument.DocumentType | ||
GetAtmlFileContext ( ) : string | ||
GetAtmlFileDescription ( ) : string | ||
GetAtmlFileName ( ) : string | ||
GetAtmlFileType ( ) : AtmlFileType | ||
GetAtmlId ( ) : string | ||
GetAtmlName ( ) : string | ||
IsDeleted ( bool deleted = null ) : bool | ||
LoadFromFile ( string fileName ) : TestConfiguration15 | ||
LoadFromFile ( string fileName, TestConfiguration15 &obj ) : bool | ||
LoadFromFile ( string fileName, TestConfiguration15 &obj, System &exception ) : bool |
Deserializes xml markup from file into an TestConfiguration15 object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current TestConfiguration15 object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current TestConfiguration15 object into an XML string
|
|
Validate ( |
public static Deserialize ( System s ) : TestConfiguration15 | ||
s | System | |
리턴 | TestConfiguration15 |
public static Deserialize ( string input ) : TestConfiguration15 | ||
input | string | |
리턴 | TestConfiguration15 |
public static Deserialize ( string input, TestConfiguration15 &obj ) : bool | ||
input | string | |
obj | TestConfiguration15 | |
리턴 | bool |
public static Deserialize ( string input, TestConfiguration15 &obj, System &exception ) : bool | ||
input | string | string workflow markup to deserialize |
obj | TestConfiguration15 | Output TestConfiguration15 object |
exception | System | output Exception value if deserialize failed |
리턴 | bool |
public GetAtmlDocumentType ( ) : dbDocument.DocumentType | ||
리턴 | dbDocument.DocumentType |
public static LoadFromFile ( string fileName ) : TestConfiguration15 | ||
fileName | string | |
리턴 | TestConfiguration15 |
public static LoadFromFile ( string fileName, TestConfiguration15 &obj ) : bool | ||
fileName | string | |
obj | TestConfiguration15 | |
리턴 | bool |
public static LoadFromFile ( string fileName, TestConfiguration15 &obj, System &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | TestConfiguration15 | Output TestConfiguration15 object |
exception | System | output Exception value if deserialize failed |
리턴 | bool |
public SaveToFile ( string fileName, System &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | System | output Exception value if failed |
리턴 | bool |
public Validate ( |
||
errors | ||
리턴 | bool |