Class TranslationStudioDefaultViews.TradosStudioViewsLocation
Defines the general Studio location where the plugin views can be integrated.
Inheritance
Object
TranslationStudioDefaultViews.TradosStudioViewsLocation
Implements
ILocation
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
Constructors
TradosStudioViewsLocation()
Declaration
public TradosStudioViewsLocation()
Properties
InsertAfter
Get the location after which this location should be set.
Declaration
public string InsertAfter { get; }
Property Value
Type | Description |
---|---|
String |
InsertBefore
Get the location before which this location should be set.
Declaration
public string InsertBefore { get; }
Property Value
Type | Description |
---|---|
String |
IsSeparator
Marks the location as a separator - not used
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Path
Gets the path of the location
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
TargetAttributeType
Define the
Declaration
public Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |
ZIndex
Order of the ribbon tab - not used
Declaration
public uint ZIndex { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Implements
Sdl.Platform.Interfaces.CommandBars.ILocation