Search Results for

    Show / Hide Table of Contents

    Class ReportSettingsTemplateBase

    Inheritance
    System.Object
    ReportSettingsTemplateBase
    ReportSettingsTemplateFuzzy
    ReportSettingsTemplateSimple
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public abstract class ReportSettingsTemplateBase : object

    Properties

    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Currency

    Declaration
    public ReportCurrency Currency { get; set; }
    Property Value
    Type Description
    ReportCurrency
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsPublic

    Declaration
    public bool IsPublic { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Mode

    Declaration
    public ReportSettingsTemplateMode Mode { get; set; }
    Property Value
    Type Description
    ReportSettingsTemplateMode
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Unit

    Declaration
    public ReportUnit Unit { get; set; }
    Property Value
    Type Description
    ReportUnit
    | Improve this Doc View Source

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX