LocalizationViewContextArgs Class

Context args to create new context menu entries for the localization view

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class LocalizationViewContextArgs : ContentAreaContextArgs
Inheritance
Object    ContextArgsBase    ContentAreaContextArgs    LocalizationViewContextArgs

Properties

Column The requested Column
CurrentLanguage The current language in the localization view
PropertyName The property name,
ReferenceLanguage The reference language in the localization view
SelectedObjects The list of the currently selected objects
(Inherited from ContextArgsBase)
TargetObject The object that owns the row in the localization view, where the context menu is requested
View
(Inherited from ContentAreaContextArgs)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also