Search Results for

    Show / Hide Table of Contents

    Interface IFieldDefinitions

    Represents an enumerable collection of fields, with getters by name and by GUID.

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public interface IFieldDefinitions

    Methods

    LookupIField(Guid)

    Returns the field with the specified GUID, or null if there is no field with that GUID.

    Declaration
    IField LookupIField(Guid guid)
    Parameters
    Type Name Description
    Guid guid
    Returns
    Type Description
    IField

    LookupIField(string)

    Returns the field with the specified name, or null if there is no field with that name.

    Declaration
    IField LookupIField(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    IField
    In this article
    • Methods
      • LookupIField(Guid)
      • LookupIField(string)
    Back to top Generated by DocFX