C# Class SimpleFramework.Xml.Core.ClassType

The ClassType object is used to represent a type that is neither a field or method. Such a type is used when an object is to be used to populate a collection. In such a scenario there is no method or field annotations associated with the object.
Inheritance: System.Type
Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Méthode Description
ClassType ( Class type ) : SimpleFramework.Xml.Strategy

Constructor for the ClassType object. This will create a type used to represent a stand alone object, such as an object being inserted in to a Java collection.

ToString ( ) : String

This is used to describe the type as it exists within the owning class. This is used to provide error messages that can be used to debug issues that occur when processing.

Private Methods

Méthode Description
getAnnotation ( Class type ) : T

Method Details

ClassType() public méthode

Constructor for the ClassType object. This will create a type used to represent a stand alone object, such as an object being inserted in to a Java collection.
public ClassType ( Class type ) : SimpleFramework.Xml.Strategy
type Class /// this is the class that this type represents ///
Résultat SimpleFramework.Xml.Strategy

ToString() public méthode

This is used to describe the type as it exists within the owning class. This is used to provide error messages that can be used to debug issues that occur when processing.
public ToString ( ) : String
Résultat String