Class Report
This class contains the report detailed information.
Inheritance
Object
Report
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.FileBased.Reports.Models
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public class Report
Constructors
Report()
This class contains the report detailed information.
Declaration
public Report()
Properties
Date
The report Creation date.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
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 |
---|---|
Boolean |
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 |