C# Класс 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).
Показать файл Открыть проект

Открытые методы

Метод Описание
GetColumn ( Type type, string name ) : ColumnDescriber

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

Защищенные методы

Метод Описание
BusinessDescriber ( ) : System

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

Описание методов

BusinessDescriber() защищенный Метод

Initializes a new instance of the BusinessDescriber class with no arguments.
protected BusinessDescriber ( ) : System
Результат System

GetColumn() публичный статический Метод

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 .
Результат ColumnDescriber