Class AlgorithmRunStep
Inheritance
AlgorithmRunStep
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class AlgorithmRunStep : BaseEntity, IAlgorithmRunStep, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IAlgorithmRunStep>
Constructors
AlgorithmRunStep()
Declaration
public AlgorithmRunStep()
Properties
AlgorithmRunID
Declaration
[RequiredNoDefaultIDValidation]
public Guid AlgorithmRunID { get; set; }
Property Value
AlgorithmRunID_Label
Declaration
public string AlgorithmRunID_Label { get; set; }
Property Value
AlgorithmRunID_Label_Silent
Declaration
[NotMapped]
public string AlgorithmRunID_Label_Silent { get; set; }
Property Value
RowName
Holds the row this was created from the QueryRunner, or the name from a formula.
Declaration
[StringLength(500)]
public string RowName { get; set; }
Property Value
RowResult
Holds the row this was created from the QueryRunner.
Declaration
public short RowResult { get; set; }
Property Value
UserModified
Indicates if the user has modified this calculation before it produced any outputs.
Declaration
public bool UserModified { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IAlgorithmRunStep)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IAlgorithmRunStep source)
Parameters
Type |
Name |
Description |
IAlgorithmRunStep |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods