Class SQLWrapperChainLink
Inheritance
SQLWrapperChainLink
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class SQLWrapperChainLink : BaseEntity, ISQLWrapperChainLink, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ISQLWrapperChainLink>
Constructors
SQLWrapperChainLink()
Declaration
public SQLWrapperChainLink()
Properties
HardcodedSourceValue
The hardoced source value to use for the parameter value
Declaration
public string HardcodedSourceValue { get; set; }
Property Value
SQLWrapperChainID
[Key] Links to ISQLWrapper. The parent sql wrapper this belongs to.
Declaration
public Guid SQLWrapperChainID { get; set; }
Property Value
SQLWrapperChainID_Label
Declaration
public string SQLWrapperChainID_Label { get; set; }
Property Value
SQLWrapperChainID_Label_Silent
Declaration
[NotMapped]
public string SQLWrapperChainID_Label_Silent { get; set; }
Property Value
SQLWrapperID
[Key] Links to ISQLWrapper. The parent sql wrapper this belongs to.
Declaration
public Guid SQLWrapperID { get; set; }
Property Value
SQLWrapperID_Label
Declaration
public string SQLWrapperID_Label { get; set; }
Property Value
SQLWrapperID_Label_Silent
Declaration
[NotMapped]
public string SQLWrapperID_Label_Silent { get; set; }
Property Value
SourceValue
The source parameter/column to use from the source sql wrapper for the parameter value
Declaration
public string SourceValue { get; set; }
Property Value
TargetParameter
The target parameter to call from the source sql wrapper
Declaration
public string TargetParameter { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ISQLWrapperChainLink)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ISQLWrapperChainLink source)
Parameters
Implements
Extension Methods