Search Results for

    Show / Hide Table of Contents

    Class CustomAttribute

    Inheritance
    Object
    CustomAttribute
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    String

    DisplayOrder

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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
    List<String>
    In this article
    Back to top Generated by DocFX