Class AlgorithmData
Inheritance
AlgorithmData
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class AlgorithmData : BaseEntity, IAlgorithmData, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IAlgorithmData>
Constructors
AlgorithmData()
Declaration
Properties
AlgorithmID
Declaration
[RequiredNoDefaultIDValidation]
public Guid AlgorithmID { get; set; }
Property Value
AlgorithmID_Label
Declaration
public string AlgorithmID_Label { get; set; }
Property Value
AlgorithmID_Label_Silent
Declaration
[NotMapped]
public string AlgorithmID_Label_Silent { get; set; }
Property Value
Data
Holds the actuall raw spreadsheet of the algorithm..
Declaration
public byte[] Data { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IAlgorithmData)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IAlgorithmData source)
Parameters
Type |
Name |
Description |
IAlgorithmData |
source |
The source object to copy all values from.
|
Implements
Extension Methods