Class AbstractXmlVariableAssignment
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractXmlVariableAssignment
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling.XmlImport
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractXmlVariableAssignment : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Definitions
Declaration
public ListWithSelectedItem<string> Definitions { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
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>