C# 클래스 SimpleFramework.Xml.Core.GetPart

The GetPart object represents the getter method for a Java Bean property. This composes the get part of the method contact for an object. The get part contains the method that is used to get the value in an object and the annotation that tells the serialization process how to serialize the value.
상속: MethodPart
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
GetPart ( MethodName method, Annotation label ) : System

Constructor for the GetPart object. This is used to create a method part that will provide a means for the serialization process to set a value to a object.

ToString ( ) : String

비공개 메소드들

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

메소드 상세

GetPart() 공개 메소드

Constructor for the GetPart object. This is used to create a method part that will provide a means for the serialization process to set a value to a object.
public GetPart ( MethodName method, Annotation label ) : System
method MethodName /// the method that is used to get the value ///
label Annotation /// this describes how to serialize the value ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String