C# 클래스 Opc.Ua.FolderTypeState

The base class for all object type nodes.
상속: BaseObjectTypeState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
FolderTypeState ( ) : System

Initializes the instance with its defalt attribute values.

보호된 메소드들

메소드 설명
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

메소드 상세

FolderTypeState() 공개 메소드

Initializes the instance with its defalt attribute values.
public FolderTypeState ( ) : System
리턴 System

Initialize() 보호된 메소드

Initializes the instance with the default values.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
리턴 void