Search Results for

    Show / Hide Table of Contents

    Class PlaceableAssociation

    Inheritance
    System.Object
    PlaceableAssociation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class PlaceableAssociation

    Constructors

    PlaceableAssociation(Placeable, Placeable)

    Declaration
    public PlaceableAssociation(Placeable docPlaceable, Placeable memPlaceable)
    Parameters
    Type Name Description
    Placeable docPlaceable
    Placeable memPlaceable

    Properties

    Document

    Declaration
    public Placeable Document { get; set; }
    Property Value
    Type Description
    Placeable

    Memory

    Declaration
    public Placeable Memory { get; set; }
    Property Value
    Type Description
    Placeable

    Type

    Declaration
    public PlaceableType Type { get; }
    Property Value
    Type Description
    PlaceableType

    Methods

    AreAssociable(Placeable, Placeable)

    Declaration
    public static bool AreAssociable(Placeable a, Placeable b)
    Parameters
    Type Name Description
    Placeable a
    Placeable b
    Returns
    Type Description
    System.Boolean

    On this page

    • Constructors
      • PlaceableAssociation(Placeable, Placeable)
    • Properties
      • Document
      • Memory
      • Type
    • Methods
      • AreAssociable(Placeable, Placeable)
    Back to top Generated by DocFX