public void ReplaceWith(ReportHeader arg) { this.IsDefault = arg.IsDefault; this.LongName = arg.LongName; this.ReportType = arg.ReportType; this.ShortName = arg.ShortName; this.XmlFileName = arg.XmlFileName; }
public ReportHeader( string longName, string xmlFileName, ReportHeaderType type ) : this(longName, xmlFileName) { this.ReportType = type; }
public void ReplaceWith( ReportHeader arg ) { this.IsDefault = arg.IsDefault; this.LongName = arg.LongName; this.ReportType = arg.ReportType; this.ShortName = arg.ShortName; this.XmlFileName = arg.XmlFileName; }
public ReportHeader(string longName, string xmlFileName, ReportHeaderType type) : this(longName, xmlFileName) { this.ReportType = type; }