Class ProxyAutomationStepResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.ProxyClasses
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProxyAutomationStepResult : AutomationStepResult, IXmlPersistable, INotifyPropertyChanged, IProxyClass
Constructors
ProxyAutomationStepResult()
Declaration
public ProxyAutomationStepResult()
Properties
SerializedBaseClass
Declaration
public string SerializedBaseClass { get; set; }
Property Value
System.String
|
XmlLabel
Declaration
public string XmlLabel { get; set; }
Property Value
System.String
|
XmlStoreNode
Methods
LoadFrom(XmlStoreNode)
Declaration
public override void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|