C# Class Adf.Base.Data.BusinessDescriber

Provides functionality to examine types and create ColumnDescriber objects from each of the fields available in the type and not excluded (Adf.Core.ExcludeAttribute).
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
GetColumn ( Type type, string name ) : ColumnDescriber

Provide a null value column by the specified type of System.Type and column name.

Protected Methods

Method Description
BusinessDescriber ( ) : System

Initializes a new instance of the BusinessDescriber class with no arguments.

Method Details

BusinessDescriber() protected method

Initializes a new instance of the BusinessDescriber class with no arguments.
protected BusinessDescriber ( ) : System
return System

GetColumn() public static method

Provide a null value column by the specified type of System.Type and column name.
Name is null. The object does not match the target type, or a property is an instance property but obj is null.
public static GetColumn ( Type type, string name ) : ColumnDescriber
type System.Type The property value of used to create the .
name string Column name use to create the .
return ColumnDescriber