Class TranslationStudioDefaultViews.TradosStudioViewsLocation
Defines the general Studio location where the plugin views can be integrated.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class TradosStudioViewsLocation : AbstractLocation
Constructors
TradosStudioViewsLocation()
Defines the general Studio location where the plugin views can be integrated.
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 |
---|---|
String |
Overrides
InsertBefore
Get the location before which this location should be set.
Declaration
public override string InsertBefore { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Path
Gets the path of the location
Declaration
public override string Path { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
TargetAttributeType
Define the
Declaration
public override Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |