Search Results for

    Show / Hide Table of Contents

    Class Report

    This class contains the report detailed information.

    Inheritance
    System.Object
    Report
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.DateTime

    Description

    The report Description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Group

    The report Group.

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    System.String

    Id

    The report Id.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    Language

    The report ISO abbreviation Language code.

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    System.String

    Name

    The report Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Path

    The report Path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    TemplateId

    The report Task Template Id.

    Declaration
    public string TemplateId { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • Report()
    • Properties
      • Date
      • Description
      • Group
      • Id
      • IsCustomReport
      • Language
      • Name
      • Path
      • TemplateId
    Back to top Generated by DocFX