Interface IEntryContent
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("80CC23D4-00D7-4CE6-B97A-AB4C9EBAC776")]
public interface IEntryContent
Properties
AutoRefresh
Declaration
bool AutoRefresh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Content
Declaration
string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
EntryClass
Declaration
string EntryClass { get; }
Property Value
Type |
Description |
System.String |
|
EntryIndexes
Declaration
EntryIndexes EntryIndexes { get; }
Property Value
Fields
Declaration
EntryFields Fields { get; }
Property Value
Methods
GetContentForOneSourceTerm(String, String)
Declaration
string GetContentForOneSourceTerm(string SourceIndex, string Term)
Parameters
Type |
Name |
Description |
System.String |
SourceIndex |
|
System.String |
Term |
|
Returns
Type |
Description |
System.String |
|
Refresh()
Declaration
Update()
Declaration