Search Results for

    Show / Hide Table of Contents

    Class CustomAttributeSettings

    Inheritance
    System.Object
    CustomAttributeSettings
    Namespace: Sdl.ProjectAutomation.Settings.CustomAttributes
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public class CustomAttributeSettings : SettingsGroup

    Constructors

    CustomAttributeSettings()

    Declaration
    public CustomAttributeSettings()

    Fields

    CustomAttributes_Setting

    Declaration
    public const string CustomAttributes_Setting = "CustomAttributes"
    Field Value
    Type Description
    System.String

    File_CustomAttributes_SettingGroup

    Declaration
    public const string File_CustomAttributes_SettingGroup = "FileCustomAttributeSettings"
    Field Value
    Type Description
    System.String

    Project_CustomAttributes_SettingGroup

    Declaration
    public const string Project_CustomAttributes_SettingGroup = "ProjectCustomAttributeSettings"
    Field Value
    Type Description
    System.String

    Properties

    Attributes

    Declaration
    public CustomAttributeList Attributes { get; set; }
    Property Value
    Type Description
    CustomAttributeList

    On this page

    • Constructors
      • CustomAttributeSettings()
    • Fields
      • CustomAttributes_Setting
      • File_CustomAttributes_SettingGroup
      • Project_CustomAttributes_SettingGroup
    • Properties
      • Attributes
    Back to top Generated by DocFX