Class SQLWrapperChain
Inheritance
SQLWrapperChain
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class SQLWrapperChain : BaseEntity, ISQLWrapperChain, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ISQLWrapperChain>
Constructors
SQLWrapperChain()
Declaration
Properties
ChainedSQLWrapperID
[Key] Links to ISQLWrapper. The sql wrapper being chained to.
Declaration
public Guid ChainedSQLWrapperID { get; set; }
Property Value
ChainedSQLWrapperID_Label
Declaration
public string ChainedSQLWrapperID_Label { get; set; }
Property Value
ChainedSQLWrapperID_Label_Silent
Declaration
[NotMapped]
public string ChainedSQLWrapperID_Label_Silent { get; set; }
Property Value
Description
A user friendly description of this SQL Wrapper Chain
Declaration
[StringLength(2000)]
public string Description { get; set; }
Property Value
Name
[Key] The unique user friendly name of this SQL Wrapper Chain
Declaration
[Required]
[StringLength(500)]
public string Name { 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
Type
The use of the sql wrapper being chain to.
Declaration
[EnumDataType(typeof(SQLWrapperChainType))]
public SQLWrapperChainType Type { get; set; }
Property Value
Declaration
[NotMapped]
public string Type_Tooltip { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ISQLWrapperChain)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ISQLWrapperChain source)
Parameters
Type |
Name |
Description |
ISQLWrapperChain |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods