C# Class Docu.Parsing.Model.ReflectedProperty

Inheritance: DocumentedProperty
Afficher le fichier Open project: cdrnet/docu

Méthodes publiques

Méthode Description
Match ( Identifier name ) : bool
ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System

Method Details

Match() public méthode

public Match ( Identifier name ) : bool
name Identifier
Résultat bool

ReflectedProperty() public méthode

public ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System
name Identifier
property System.Reflection.PropertyInfo
targetType System.Type
Résultat System