Show / Hide Table of Contents

    Class LinkInfo

    Inheritance
    Object
    LinkInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.DataContracts.ManagedReference
    Assembly:Microsoft.DocAsCode.DataContracts.ManagedReference.dll
    Syntax
    [Serializable]
    public class LinkInfo

    Properties

    AltText

    Declaration
    [YamlMember(Alias = "altText")]
    [JsonProperty("altText")]
    public string AltText { get; set; }
    Property Value
    Type Description
    String

    CommentId

    Declaration
    [YamlMember(Alias = "commentId")]
    [JsonProperty("commentId")]
    [MergeOption(MergeOption.Ignore)]
    public string CommentId { get; set; }
    Property Value
    Type Description
    String

    LinkId

    Declaration
    [YamlMember(Alias = "linkId")]
    [MergeOption(MergeOption.MergeKey)]
    [JsonProperty("linkId")]
    public string LinkId { get; set; }
    Property Value
    Type Description
    String

    LinkType

    Declaration
    [YamlMember(Alias = "linkType")]
    [JsonProperty("linkType")]
    [MergeOption(MergeOption.Ignore)]
    public LinkType LinkType { get; set; }
    Property Value
    Type Description
    LinkType

    Methods

    Clone()

    Declaration
    public LinkInfo Clone()
    Returns
    Type Description
    LinkInfo

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX