Class ExpressReportRelationshipColumn
Inheritance
ExpressReportRelationshipColumn
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class ExpressReportRelationshipColumn : BaseEntity, IReportExpressRelationshipColumn, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IReportExpressRelationshipColumn>
Constructors
ExpressReportRelationshipColumn()
Declaration
public ExpressReportRelationshipColumn()
Properties
ReportExpressID
Declaration
public Guid ReportExpressID { get; set; }
Property Value
ReportExpressID_Label
Declaration
public string ReportExpressID_Label { get; set; }
Property Value
ReportExpressID_Label_Silent
Declaration
[NotMapped]
public string ReportExpressID_Label_Silent { get; set; }
Property Value
ReportRelationshipID
Declaration
public Guid ReportRelationshipID { get; set; }
Property Value
SourceColumnID
Declaration
public Guid SourceColumnID { get; set; }
Property Value
SourceColumnID_Label
Declaration
public string SourceColumnID_Label { get; set; }
Property Value
SourceColumnID_Label_Silent
Declaration
[NotMapped]
public string SourceColumnID_Label_Silent { get; set; }
Property Value
TargetColumnID
Declaration
public Guid TargetColumnID { get; set; }
Property Value
TargetColumnID_Label
Declaration
public string TargetColumnID_Label { get; set; }
Property Value
TargetColumnID_Label_Silent
Declaration
[NotMapped]
public string TargetColumnID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IReportExpressRelationshipColumn)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IReportExpressRelationshipColumn source)
Parameters
Implements
Extension Methods