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
Показать файл Открыть проект

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

Метод Описание
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