C# Класс ET.Obj2Schema.Field

Contains a field data.
Показать файл Открыть проект

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

Метод Описание
Field ( PropertyInfo property, DbDataTypesMapBase typeMap ) : System

Initializes a new instance of the Field class.

GetSql ( ) : string

Gets the SQL, representing this field.

IsIgnored ( PropertyInfo property ) : bool

Determines whether the specified property is ignored via ignore attribute.

ToString ( ) : string

Returns a SQL string of this field.

Приватные методы

Метод Описание
Field ( ) : System
PopulateInstance ( PropertyInfo property ) : void

Sets the values of this field, based on passed in property and type map.

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

Field() публичный Метод

Initializes a new instance of the Field class.
public Field ( PropertyInfo property, DbDataTypesMapBase typeMap ) : System
property System.Reflection.PropertyInfo The property.
typeMap ET.Obj2Schema.Maps.DbDataTypesMapBase The type map.
Результат System

GetSql() публичный Метод

Gets the SQL, representing this field.
public GetSql ( ) : string
Результат string

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

Determines whether the specified property is ignored via ignore attribute.
public static IsIgnored ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo The property.
Результат bool

ToString() публичный Метод

Returns a SQL string of this field.
public ToString ( ) : string
Результат string