프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an booleanArrayElement object
|
|
Deserialize ( System s ) : |
||
Deserialize ( string input ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an booleanArrayElement object
|
|
LoadFromFile ( string fileName ) : |
||
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current booleanArrayElement object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current booleanArrayElement object into an XML string
|
public static Deserialize ( string input, |
||
input | string | |
obj | ||
리턴 | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output booleanArrayElement object | |
exception | System | output Exception value if deserialize failed |
리턴 | bool |
public static Deserialize ( System s ) : |
||
s | System | |
리턴 |
public static Deserialize ( string input ) : |
||
input | string | |
리턴 |
public static LoadFromFile ( string fileName, |
||
fileName | string | |
obj | ||
리턴 | bool |
public static LoadFromFile ( string fileName, |
||
fileName | string | string xml file to load and deserialize |
obj | Output booleanArrayElement object | |
exception | System | output Exception value if deserialize failed |
리턴 | bool |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
리턴 |
public SaveToFile ( string fileName, System &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | System | output Exception value if failed |
리턴 | bool |