Class TranslationStudioDefaultViews.TradosStudioViewsLocation
Defines the general Studio location where the plugin views can be integrated.
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()
    
  Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class TradosStudioViewsLocation : AbstractLocationConstructors
TradosStudioViewsLocation()
Declaration
public TradosStudioViewsLocation()Properties
InsertAfter
Get the location after which this location should be set.
Declaration
public override string InsertAfter { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
InsertBefore
Get the location before which this location should be set.
Declaration
public override string InsertBefore { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Path
Gets the path of the location
Declaration
public override string Path { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
TargetAttributeType
Define the
Declaration
public override Type TargetAttributeType { get; }Property Value
| Type | Description | 
|---|---|
| System.Type |