C# Class Adf.Base.Domain.CompositionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
IsComposite ( PropertyInfo pi ) : bool

Determines whether the specified property is composite.

Method Details

IsComposite() public static méthode

Determines whether the specified property is composite.
public static IsComposite ( PropertyInfo pi ) : bool
pi System.Reflection.PropertyInfo The property.
Résultat bool