Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Deserialize ( System s ) : TestConfigurationTestEquipmentItem | ||
Deserialize ( string input ) : TestConfigurationTestEquipmentItem | ||
Deserialize ( string input, TestConfigurationTestEquipmentItem &obj ) : bool | ||
Deserialize ( string input, TestConfigurationTestEquipmentItem &obj, System &exception ) : bool |
Deserializes workflow markup into an TestConfigurationTestEquipmentItem object
|
|
LoadFromFile ( string fileName ) : TestConfigurationTestEquipmentItem | ||
LoadFromFile ( string fileName, TestConfigurationTestEquipmentItem &obj ) : bool | ||
LoadFromFile ( string fileName, TestConfigurationTestEquipmentItem &obj, System &exception ) : bool |
Deserializes xml markup from file into an TestConfigurationTestEquipmentItem object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current TestConfigurationTestEquipmentItem object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current TestConfigurationTestEquipmentItem object into an XML string
|
|
ShouldSerializeInstrumentation ( ) : bool |
Test whether Instrumentation should be serialized
|
|
ShouldSerializeResource ( ) : bool |
Test whether Resource should be serialized
|
|
ShouldSerializeSoftware ( ) : bool |
Test whether Software should be serialized
|
|
TestConfigurationTestEquipmentItem ( ) : System | ||
ToString ( ) : string |
public static Deserialize ( System s ) : TestConfigurationTestEquipmentItem | ||
s | System | |
Результат | TestConfigurationTestEquipmentItem |
public static Deserialize ( string input ) : TestConfigurationTestEquipmentItem | ||
input | string | |
Результат | TestConfigurationTestEquipmentItem |
public static Deserialize ( string input, TestConfigurationTestEquipmentItem &obj ) : bool | ||
input | string | |
obj | TestConfigurationTestEquipmentItem | |
Результат | bool |
public static Deserialize ( string input, TestConfigurationTestEquipmentItem &obj, System &exception ) : bool | ||
input | string | string workflow markup to deserialize |
obj | TestConfigurationTestEquipmentItem | Output TestConfigurationTestEquipmentItem object |
exception | System | output Exception value if deserialize failed |
Результат | bool |
public static LoadFromFile ( string fileName ) : TestConfigurationTestEquipmentItem | ||
fileName | string | |
Результат | TestConfigurationTestEquipmentItem |
public static LoadFromFile ( string fileName, TestConfigurationTestEquipmentItem &obj ) : bool | ||
fileName | string | |
obj | TestConfigurationTestEquipmentItem | |
Результат | bool |
public static LoadFromFile ( string fileName, TestConfigurationTestEquipmentItem &obj, System &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | TestConfigurationTestEquipmentItem | Output TestConfigurationTestEquipmentItem 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 SaveToFile ( string fileName ) : void | ||
fileName | string | |
Результат | void |
public ShouldSerializeInstrumentation ( ) : bool | ||
Результат | bool |
public TestConfigurationTestEquipmentItem ( ) : System | ||
Результат | System |