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
    [DataContract]
    public class CustomAttribute

    Constructors

    CustomAttribute()

    Declaration
    public CustomAttribute()

    Properties

    DisplayName

    Declaration
    [DataMember]
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string

    DisplayOrder

    Declaration
    [DataMember]
    public int DisplayOrder { get; set; }
    Property Value
    Type Description
    int

    Name

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    [DataMember]
    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
    • Constructors
      • CustomAttribute()
    • Properties
      • DisplayName
      • DisplayOrder
      • Name
      • Type
      • Values
    Back to top Generated by DocFX