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# | Copy Code |
---|---|
public class TranslationSignature |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class TranslationSignature |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
TranslationSignature |
Initializes a new instance of the TranslationSignature class.
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetName |
Gets a Translation name from a raw Translation signature.
|
|
GetOrdinal |
Gets the ordinal of an argument name.
|
|
GetType | (Inherited from Object.) | |
HasOutParameter | Overloaded. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Arguments |
Gets the arguments.
|
|
Info |
Gets the extra info for the translation, such as outgoing parameters.
|
|
Name |
Gets or sets the name.
|
|
ReturnType |
Gets the return datatype.
|
See Also
Smartsite.Core Namespace