Class SQLWrapperDependant
Inheritance
SQLWrapperDependant
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class SQLWrapperDependant : BaseEntity, ISQLWrapperDependant, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ISQLWrapperDependant>
Constructors
SQLWrapperDependant()
Declaration
public SQLWrapperDependant()
Properties
DependantSQLWrapperID
[Key] Links to ISQLWrapper. The sqlwrapper this one is dependant on
Declaration
public Guid DependantSQLWrapperID { get; set; }
Property Value
DependantSQLWrapperID_Label
Declaration
public string DependantSQLWrapperID_Label { get; set; }
Property Value
DependantSQLWrapperID_Label_Silent
Declaration
[NotMapped]
public string DependantSQLWrapperID_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
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ISQLWrapperDependant)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ISQLWrapperDependant source)
Parameters
Implements
Extension Methods