Class ParsedCodeStepBase
Inheritance
System.Object
ParsedCodeStepBase
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.CodeGeneration
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class ParsedCodeStepBase
Constructors
ParsedCodeStepBase()
Declaration
protected ParsedCodeStepBase()
Properties
Description
Declaration
public string Description { get; protected set; }
Property Value
System.String
|
ErrorText
Declaration
public string ErrorText { get; set; }
Property Value
System.String
|
FunctionName
Declaration
public string FunctionName { get; protected set; }
Property Value
System.String
|
Methods
RequiresSilverlight()
Declaration
public bool RequiresSilverlight()
Returns
System.Boolean
|