C# 클래스 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.
상속: System.Type
파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
getAnnotation ( Class type ) : T

메소드 상세

ClassType() 공개 메소드

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 ///
리턴 SimpleFramework.Xml.Strategy

ToString() 공개 메소드

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
리턴 String