EasyUA Reference
LocalizedText Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : LocalizedText Class

Glossary Item Box

The following tables list the members exposed by LocalizedText.

Public Constructors

 NameDescription
Public ConstructorLocalizedText ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyKey A key that can be used to look to the localized text in different locales.  
Public PropertyLocale The locale used to create the text.  
Public Propertystatic (Shared in Visual Basic)Null Returns an instance of a null LocalizedText.  
Public PropertyText The localized text.  
Public PropertyTranslationInfo The information required to translate the text into other locales.  
Top

Public Methods

 NameDescription
Public MethodClone Makes a deep copy of the object.  
Public MethodEquals Returns true if the objects are equal.  
Public MethodGetHashCode Returns a suitable hash code for the object.  
Public Methodstatic (Shared in Visual Basic)IsNullOrEmpty Returns true if the text is a null or empty string.  
Public Methodstatic (Shared in Visual Basic)ToLocalizedText Converts a string to a localized text.  
Public MethodToStringOverloaded.  Returns the string representation of the object.  
Top

Public Operators

public Operator Equality Returns true if the objects are equal.
public Operator Implicit Type Conversion Converts a string to a localized text.
public Operator Inequality Returns true if the objects are not equal.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.