C# 클래스 Opc.Ua.EncodeableFactory

Creates encodeable objects based on the type id.

This factory is used to store and retrieve underlying OPC UA system types.

You can manually add types. You can also import all types from a specified assembly. Once the types exist within the factory, these types can be then easily queried.

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
EncodeableFactory ( ) : System

Creates a factory initialized with the types in the core library.

EncodeableFactory ( EncodeableFactory factory ) : System

Creates a factory by copying the table from another factory.

EncodeableFactory ( bool shared ) : System

Creates a factory which is marked as shared and initialized with the types in the core library.

GetXmlName ( System systemType ) : XmlQualifiedName

Returns the xml qualified name for the specified system type id.

Returns the xml qualified name for the specified system type id.

비공개 메소드들

메소드 설명
AddEncodeableTypes ( string assemblyName ) : void

Loads the types from an assembly.

메소드 상세

EncodeableFactory() 공개 메소드

Creates a factory initialized with the types in the core library.
public EncodeableFactory ( ) : System
리턴 System

EncodeableFactory() 공개 메소드

Creates a factory by copying the table from another factory.
public EncodeableFactory ( EncodeableFactory factory ) : System
factory EncodeableFactory
리턴 System

EncodeableFactory() 공개 메소드

Creates a factory which is marked as shared and initialized with the types in the core library.
public EncodeableFactory ( bool shared ) : System
shared bool
리턴 System

GetXmlName() 공개 정적인 메소드

Returns the xml qualified name for the specified system type id.
Returns the xml qualified name for the specified system type id.
public static GetXmlName ( System systemType ) : XmlQualifiedName
systemType System The underlying type to query and return the Xml qualified name of
리턴 System.Xml.XmlQualifiedName