Search Results for

    Show / Hide Table of Contents

    Class PlaceholderTagDefinition

    Definition of a Placeholder. Can be referenced by multiple PlaceholderTag elements.

    Inheritance
    Object
    SkeletonItem
    PlaceholderTagDefinition
    Inherited Members
    SkeletonItem.Id
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class PlaceholderTagDefinition : SkeletonItem

    Constructors

    PlaceholderTagDefinition()

    Initializes a new instance of the PlaceholderTagDefinition class.

    Declaration
    public PlaceholderTagDefinition()

    PlaceholderTagDefinition(Int32)

    Initializes a new instance of the PlaceholderTagDefinition class with the specified identifier.

    Declaration
    public PlaceholderTagDefinition(int id)
    Parameters
    Type Name Description
    Int32 id

    Properties

    DisplayText

    Gets or sets the display text.

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type Description
    String

    The display text.

    TagContent

    Gets or sets the raw Placeholder tag content.

    Declaration
    public string TagContent { get; set; }
    Property Value
    Type Description
    String

    The raw Placeholder tag content of the tag.

    In this article
    Back to top Generated by DocFX