C# Class XSpect.Yacq.Serialization.TypeRef.TypeName

Provides information of name of TypeDescriptor object.
Show file Open project: takeshik/yacq

Public Methods

Method Description
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.

Method Details

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String

TypeName() public method

Initializes a new instance of the TypeDescriptor class.
public TypeName ( ) : System
return System

TypeName() public method

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.
return System

TypeName() public method

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.
return System