Search Results for

    Show / Hide Table of Contents

    Interface ISkeletonItemReference<T>

    Marks a class as having its definition in the FileSkeleton.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ISkeletonItemReference<out T>
        where T : SkeletonItem
    Type Parameters
    Name Description
    T

    Type parameter. Should be an item from the FileSkeleton.

    Properties

    Definition

    Gets the definition of this item from the FileSkeleton.

    Declaration
    T Definition { get; }
    Property Value
    Type Description
    T

    The definition of this item from the FileSkeleton.

    In this article
    Back to top Generated by DocFX