Class Report
This class contains the report detailed information.
Inherited Members
Namespace: Sdl.ProjectAutomation .FileBased .Reports.Models
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public class Report
Constructors
Report()
Declaration
public Report()
Properties
Date
The report Creation date.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
Date |
Description
The report Description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Group
The report Group.
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The report Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsCustomReport
The flag specifying if the report is custom defined or built in Studio.
Declaration
public bool IsCustomReport { get; set; }
Property Value
Type | Description |
---|---|
bool |
Language
The report ISO abbreviation Language code.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The report Name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The report Path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateId
The report Task Template Id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
string |