Class ExportDefinitionClass
Inheritance
System.Object
ExportDefinitionClass
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("7A023A22-8B6F-45F3-BFFA-7CB318759172")]
[ClassInterface(ClassInterfaceType.None)]
public class ExportDefinitionClass : ExportDefinition, IExportDefinition
Explicit Interface Implementations
IExportDefinition.Content
Declaration
public virtual string IExportDefinition.Content { get; }
Returns
Type |
Description |
System.String |
|
IExportDefinition.Delete()
Declaration
public virtual void IExportDefinition.Delete()
IExportDefinition.Description
Declaration
public virtual string IExportDefinition.Description { get; }
Returns
Type |
Description |
System.String |
|
IExportDefinition.IsSytemObject
Declaration
public virtual bool IExportDefinition.IsSytemObject { get; }
Returns
Type |
Description |
System.Boolean |
|
IExportDefinition.Load(String)
Declaration
public virtual void IExportDefinition.Load(string FileName)
Parameters
Type |
Name |
Description |
System.String |
FileName |
|
IExportDefinition.Name
Declaration
public virtual string IExportDefinition.Name { get; }
Returns
Type |
Description |
System.String |
|
IExportDefinition.Owner
Declaration
public virtual string IExportDefinition.Owner { get; }
Returns
Type |
Description |
System.String |
|
IExportDefinition.ProcessExport(MtTaskType, String, String)
Declaration
public virtual void IExportDefinition.ProcessExport(MtTaskType Value, string SourceIndex = "", string TargetIndex = "")
Parameters
Type |
Name |
Description |
MtTaskType |
Value |
|
System.String |
SourceIndex |
|
System.String |
TargetIndex |
|
IExportDefinition.ReadOnly
Declaration
public virtual bool IExportDefinition.ReadOnly { get; }
Returns
Type |
Description |
System.Boolean |
|
IExportDefinition.Save(String)
Declaration
public virtual void IExportDefinition.Save(string FileName)
Parameters
Type |
Name |
Description |
System.String |
FileName |
|
IExportDefinition.StartWizard(String, String, String)
Declaration
public virtual void IExportDefinition.StartWizard(string XMLFileName, string SourceIndex = "", string TargetIndex = "")
Parameters
Type |
Name |
Description |
System.String |
XMLFileName |
|
System.String |
SourceIndex |
|
System.String |
TargetIndex |
|
IExportDefinition.Usability
Declaration
public virtual mtObjectUsability IExportDefinition.Usability { get; }
Returns
Implements