C# Class Adf.Core.ExcludeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method 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 method

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.
return bool