Class AbstractXmlVariableAssignment
Inheritance
System.Object
AbstractXmlVariableAssignment
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractXmlVariableAssignment : APIBase, IEquatable<APIBase>
Properties
Definitions
Declaration
public ListWithSelectedItem<string> Definitions { get; set; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
VariableName
Declaration
public string VariableName { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.IEquatable<T>
Extension Methods