ILocalizable Class
Declares an interface for a localizable object that holds a language variable and parameters.
Inheritance Hierarchy
          System.Object
          
  TcHmiSrv.IObject
    TcHmiSrv.ILocalizable
      TcHmiSrv.Alarm
      TcHmiSrv.Message
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)
Syntax
C#
public class ILocalizable : IObjectThe ILocalizable type exposes the following members.
Properties
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Gets the domain of the language variable. The language file of this domain will be used for localization.  | |
| 
                   
                      | 
                   Gets or sets the name of the language variable.  | |
| 
                   
                      | 
                   Gets the parameters of the ILocalizable. The parameter names have to match the placeholders in the localization string.  | |
| 
                   
                      | 
                   Gets the Severity of the ILocalizable.  | |
| 
                   
                      | 
                   Gets the ValueType of the ILocalizable that will be usually ValueType_Message or ValueType_Alarm.  | 
Methods
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Releases all resources used by the ILocalizable (Overrides IObject.Dispose..)  | |
| 
                   
                      | 
                   Determines whether the specified Object is equal to the current ILocalizable. (Overrides Object.Equals(Object).)  | |
| 
                   
                      | 
                   Serves as a hash function for a particular type. (Overrides Object.GetHashCode..)  | |
| 
                   
                      | 
                   Gets the Type of the current instance. (Inherited from Object.)  | |
| 
                   
                      | 
                   Returns a string that represents the current object. (Inherited from Object.)  | 
Operators
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                     
                      | 
                   Determines whether the specified ILocalizable is equal to the current ILocalizable.  | |
| 
                   
                     
                      | 
                   Determines whether the specified ILocalizable is not equal to the current ILocalizable.  |