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