![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public sealed class Translation |
Visual Basic (Declaration) |
![]() |
---|---|
Public NotInheritable Class Translation |
The type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
ArgCountMethodName |
The method name used to get the number of arguments.
|
![]() ![]() |
ArgMethodName |
The method name used to get the indexed arguments of a translation.
|
![]() ![]() |
BaseMethodName |
The method name used to get the base of an overriding translation.
|
![]() ![]() |
CallerMethodName |
Teh method name to get the caller
|
![]() ![]() |
GetOutParameterMethodName |
The method name to get an out parameter value.
|
![]() ![]() |
GetScopeMethodName |
The method name used to get the scope of a translation.
|
![]() ![]() |
GlobalScopeMethodName |
The pseudo classname to access globally scoped translations.
|
![]() ![]() |
IsPreviewMethodName |
The method name used to check whether the translation is being previewed using its own logic field.
|
![]() ![]() |
LocalScopeMethodName |
The pseudo classname to access locally scoped translations.
|
![]() ![]() |
NameMethodName |
The method name used to get the name of a translation.
|
![]() ![]() |
NumberMethodName |
The method name used to get the number of a translation.
|
![]() ![]() |
ReturnMethodName |
The method name to of the return() method.
|
![]() ![]() |
ScopeMethodName |
The pseudo classname to access contextually scoped translations.
|
![]() ![]() |
SetNullResultMethodName |
The method name to set the translation result to null explicitly.
|
![]() ![]() |
SetOutParameterMethodName |
The method name to set an out parameter value.
|
![]() ![]() |
SetResultMethodName |
The method name to set the translation result explicitly.
|
See Also
Smartsite.Core Namespace