C# 클래스 Opc.Ua.Schema.Xml.XmlSchemaValidator

Generates files used to describe data types.
상속: SchemaValidator
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
GetSchema ( string typeName ) : string

Returns the schema for the specified type (returns the entire schema if null).

Validate ( Stream stream ) : void

Generates the code from the contents of the address space.

Validate ( string inputPath ) : void

Generates the code from the contents of the address space.

XmlSchemaValidator ( ) : System

Intializes the object with default values.

XmlSchemaValidator ( string>.Dictionary fileTable ) : System

Intializes the object with a file table.

메소드 상세

GetSchema() 공개 메소드

Returns the schema for the specified type (returns the entire schema if null).
public GetSchema ( string typeName ) : string
typeName string
리턴 string

Validate() 공개 메소드

Generates the code from the contents of the address space.
public Validate ( Stream stream ) : void
stream Stream
리턴 void

Validate() 공개 메소드

Generates the code from the contents of the address space.
public Validate ( string inputPath ) : void
inputPath string
리턴 void

XmlSchemaValidator() 공개 메소드

Intializes the object with default values.
public XmlSchemaValidator ( ) : System
리턴 System

XmlSchemaValidator() 공개 메소드

Intializes the object with a file table.
public XmlSchemaValidator ( string>.Dictionary fileTable ) : System
fileTable string>.Dictionary
리턴 System