C# Class Adf.Core.ExcludeAttribute

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

Méthodes publiques

Méthode Description
IsExcluded ( MemberInfo mi ) : bool

Returns a value indicating whether the value of the specified field will be excluded from a list.

Method Details

IsExcluded() public static méthode

Returns a value indicating whether the value of the specified field will be excluded from a list.
/// Object reference not set to an instance of an object. ///
public static IsExcluded ( MemberInfo mi ) : bool
mi System.Reflection.MemberInfo The field to check.
Résultat bool