Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Clone ( ) : |
Create a clone of this SectionBaseType object
|
|
Deserialize ( Stream s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an SectionBaseType object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool |
Deserializes xml markup from file into an SectionBaseType object
|
|
SaveToFile ( string fileName, Exception &exception ) : bool |
Serializes current SectionBaseType object into file
|
|
SaveToFile ( string fileName ) : void | ||
SectionBaseType ( ) : System |
SectionBaseType class constructor
|
|
Serialize ( ) : string |
Serializes current SectionBaseType object into an XML string
|
|
ShouldSerializeordered ( ) : bool |
Test whether ordered should be serialized
|
public static Deserialize ( Stream s ) : |
||
s | Stream | |
Результат |
public static Deserialize ( string input ) : |
||
input | string | |
Результат |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
Результат | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output SectionBaseType object | |
exception | Exception | output Exception value if deserialize failed |
Результат | bool |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
Результат |
public static LoadFromFile ( string fileName, |
||
fileName | string | |
obj | ||
Результат | bool |
public static LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | SectionBaseType | Output SectionBaseType object |
exception | Exception | output Exception value if deserialize failed |
Результат | bool |
public SaveToFile ( string fileName, Exception &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | Exception | output Exception value if failed |
Результат | bool |
public SaveToFile ( string fileName ) : void | ||
fileName | string | |
Результат | void |