Search Results for

    Show / Hide Table of Contents

    Class TextContextMatchLevel

    Used with textual context matches to indicate the level of matching.

    Inheritance
    System.Object
    TextContextMatchLevel
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public sealed class TextContextMatchLevel : Enum

    Fields

    None

    The textual context does not match.

    Declaration
    public const TextContextMatchLevel None
    Field Value
    Type Description
    TextContextMatchLevel

    Source

    Source content matches with surrounding source content.

    Declaration
    public const TextContextMatchLevel Source
    Field Value
    Type Description
    TextContextMatchLevel

    SourceAndTarget

    Source and target matches surrounding source and target content.

    Declaration
    public const TextContextMatchLevel SourceAndTarget
    Field Value
    Type Description
    TextContextMatchLevel

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    On this page

    Back to top Generated by DocFX