Interface IFieldDefinitions
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface IFieldDefinitions
Methods
LookupIField(Guid)
Declaration
IField LookupIField(Guid guid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | guid |
Returns
Type | Description |
---|---|
IField |
LookupIField(String)
Declaration
IField LookupIField(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IField |