Class ExpressReportDataSet
Inheritance
ExpressReportDataSet
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class ExpressReportDataSet : BaseEntity, IReportExpressDataSet, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IReportExpressDataSet>
Constructors
ExpressReportDataSet()
Declaration
public ExpressReportDataSet()
Properties
Description
A user friendly description for this report
Declaration
[StringLength(2500)]
public string Description { get; set; }
Property Value
Index
The order this set will appear in the sources of the report. This can be moved up and down using the standard grid
commands.
Declaration
public short Index { get; set; }
Property Value
IsBoundToReport
Indicates if this is the main dataset bound to the report. Only one dataset can be bound to the report.
Declaration
public bool IsBoundToReport { get; set; }
Property Value
Name
The unique name of this report.
Declaration
[Required]
[Unique(MergeWithAnyOtherUniqueProperties = true)]
[StringLength(500)]
public string Name { get; set; }
Property Value
ReportExpressID
Declaration
[Unique(MergeWithAnyOtherUniqueProperties = true)]
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
SQLWrapperID
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(IReportExpressDataSet)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IReportExpressDataSet source)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods