Search Results for

    Show / Hide Table of Contents

    Class CustomAttribute

    Inheritance
    System.Object
    CustomAttribute
    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.Settings.CustomAttributes
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public class CustomAttribute

    Constructors

    CustomAttribute()

    Declaration
    public CustomAttribute()

    Properties

    DisplayName

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

    DisplayOrder

    Declaration
    public int DisplayOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

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

    Type

    Declaration
    public CustomAttributeTypeEnum Type { get; set; }
    Property Value
    Type Description
    CustomAttributeTypeEnum

    Values

    Declaration
    public List<string> Values { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    On this page

    • Constructors
      • CustomAttribute()
    • Properties
      • DisplayName
      • DisplayOrder
      • Name
      • Type
      • Values
    Back to top Generated by DocFX