Class ExpressReportRelationship
Inheritance
ExpressReportRelationship
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class ExpressReportRelationship : BaseEntity, IReportExpressRelationship, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IReportExpressRelationship>
Constructors
ExpressReportRelationship()
Declaration
public ExpressReportRelationship()
Properties
Description
A user friendly description for this report
Declaration
[StringLength(2500)]
public string Description { get; set; }
Property Value
Name
The unique name of this relationship.
Declaration
[Required]
[StringLength(500)]
public string Name { get; set; }
Property Value
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
SourceReportDataSetID
Declaration
public Guid SourceReportDataSetID { get; set; }
Property Value
SourceReportDataSetID_Label
Declaration
public string SourceReportDataSetID_Label { get; set; }
Property Value
SourceReportDataSetID_Label_Silent
Declaration
[NotMapped]
public string SourceReportDataSetID_Label_Silent { get; set; }
Property Value
TargetReportDataSetID
Declaration
public Guid TargetReportDataSetID { get; set; }
Property Value
TargetReportDataSetID_Label
Declaration
public string TargetReportDataSetID_Label { get; set; }
Property Value
TargetReportDataSetID_Label_Silent
Declaration
[NotMapped]
public string TargetReportDataSetID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IReportExpressRelationship)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IReportExpressRelationship source)
Parameters
Implements
Extension Methods