C# Класс SimpleFramework.Xml.Core.MethodName

The MethodName object is used to represent the name of a Java Bean method. This contains the Java Bean name the type and the actual method it represents. This allows the scanner to create MethodPart objects based on the method type.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MethodName ( Method method, MethodType type, String name ) : System

Constructor for the MethodName objects. This is used to create a method name representation of a method based on the method type and the Java Bean name of that method.

Описание методов

MethodName() публичный Метод

Constructor for the MethodName objects. This is used to create a method name representation of a method based on the method type and the Java Bean name of that method.
public MethodName ( Method method, MethodType type, String name ) : System
method Method /// this is the actual method this is representing ///
type MethodType /// type used to determine if it is a set or get ///
name String /// this is the Java Bean property name of the method ///
Результат System