C# 클래스 Opc.Ua.TranslationInfo

Stores the information requires to translate a string.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TranslationInfo ( ) : System

Creates an empty object.

TranslationInfo ( System symbolicId ) : System

Stores the arguments for uses with a SymbolicId that is used to look up default text.

TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System

Creates an object from a key and a LocalizedText.

TranslationInfo ( string key, string locale, string text ) : System

Creates an object from a key and a text.

메소드 상세

TranslationInfo() 공개 메소드

Creates an empty object.
public TranslationInfo ( ) : System
리턴 System

TranslationInfo() 공개 메소드

Stores the arguments for uses with a SymbolicId that is used to look up default text.
public TranslationInfo ( System symbolicId ) : System
symbolicId System
리턴 System

TranslationInfo() 공개 메소드

Creates an object from a key and a LocalizedText.
public TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System
key string
text Opc.Ua.LocalizedText
리턴 System

TranslationInfo() 공개 메소드

Creates an object from a key and a text.
public TranslationInfo ( string key, string locale, string text ) : System
key string
locale string
text string
리턴 System