Interface IImportDefinition
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("91E53329-70EE-402B-884C-E37434B09D34")]
public interface IImportDefinition
Properties
Content
Declaration
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
IsSytemObject
Declaration
bool IsSytemObject { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Owner
Declaration
Property Value
Type |
Description |
System.String |
|
ReadOnly
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Usability
Declaration
mtObjectUsability Usability { get; }
Property Value
Methods
Delete()
Declaration
Load(String)
Declaration
void Load(string FileName)
Parameters
Type |
Name |
Description |
System.String |
FileName |
|
ProcessImport(MtTaskType, String, String)
Declaration
void ProcessImport(MtTaskType Value, string SourceIndex = "", string TargetIndex = "")
Parameters
Type |
Name |
Description |
MtTaskType |
Value |
|
System.String |
SourceIndex |
|
System.String |
TargetIndex |
|
Save(String)
Declaration
void Save(string FileName)
Parameters
Type |
Name |
Description |
System.String |
FileName |
|
StartWizard(String)
Declaration
void StartWizard(string XMLFileName)
Parameters
Type |
Name |
Description |
System.String |
XMLFileName |
|