C# Класс XSpect.Yacq.Serialization.TypeRef.TypeName

Provides information of name of TypeDescriptor object.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToString ( ) : String

Returns a String that represents this instance.

TypeName ( ) : System

Initializes a new instance of the TypeDescriptor class.

TypeName ( String hierarchicalNames ) : System

Initializes a new instance of the TypeDescriptor class.

TypeName ( String @namespace, String hierarchicalNames ) : System

Initializes a new instance of the TypeDescriptor class.

Описание методов

ToString() публичный Метод

Returns a String that represents this instance.
public ToString ( ) : String
Результат String

TypeName() публичный Метод

Initializes a new instance of the TypeDescriptor class.
public TypeName ( ) : System
Результат System

TypeName() публичный Метод

Initializes a new instance of the TypeDescriptor class.
public TypeName ( String hierarchicalNames ) : System
hierarchicalNames String The array of type names of nesting hierarchy and the type itself.
Результат System

TypeName() публичный Метод

Initializes a new instance of the TypeDescriptor class.
public TypeName ( String @namespace, String hierarchicalNames ) : System
@namespace String
hierarchicalNames String The array of type names of nesting hierarchy and the type itself.
Результат System