Class AbstractXmlVariableAssignment
Inheritance
System.Object
AbstractXmlVariableAssignment
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractXmlVariableAssignment : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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