Interface IReportExpressRelationshipColumn
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.ReportExpressRelationshipColumn, "dbo.LT_ReportsExpressRelationshipColumns", "ExpressReportRelationshipColumn", SetName = "ExpressReportRelationshipColumns", HelpURL = "help/enterprise-data-tools/reporting/reports/express.html")]
[DefaultEntityIcon(ImageType.Attachment)]
public interface IReportExpressRelationshipColumn : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
ReportExpressID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.ReportExpress, "ID", SingleJoinType.One, "Express Report", "Data Relationship Columns", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
Guid ReportExpressID { get; set; }
Property Value
ReportRelationshipID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.ReportExpressRelationship, "ID", SingleJoinType.One, "Express Report Relationship", "Columns", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
Guid ReportRelationshipID { get; set; }
Property Value
SourceColumnID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.SQLTypeWrapper, "ID", SingleJoinType.One, "Source SQL Type Wrapper", "Data Relationships Columns", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
Guid SourceColumnID { get; set; }
Property Value
TargetColumnID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.SQLTypeWrapper, "ID", SingleJoinType.One, "Target SQL Type Wrapper", "Data Relationships Columns", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
Guid TargetColumnID { get; set; }
Property Value
Extension Methods