Search Results for

    Show / Hide Table of Contents

    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()

    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
    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
    In this article
    • Constructors
      • Report()
    • Properties
      • Date
      • Description
      • Group
      • Id
      • IsCustomReport
      • Language
      • Name
      • Path
      • TemplateId
    Back to top Generated by DocFX