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).
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
GetColumn ( Type type, string name ) : ColumnDescriber

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

Méthodes protégées

Méthode Description
BusinessDescriber ( ) : System

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

Method Details

BusinessDescriber() protected méthode

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

GetColumn() public static méthode

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 .
Résultat ColumnDescriber