Interface IFieldDefinitions
Represents an enumerable collection of fields, with getters by name and by GUID.
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public interface IFieldDefinitions
Methods
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 |
System.Guid |
guid |
|
Returns
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 |
System.String |
name |
|
Returns