Interface IFilterDefinition
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("C01F2685-E732-4823-BE9C-9BC91D749B11")]
public interface IFilterDefinition
Properties
Active
Declaration
bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Content
Declaration
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
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 |
|