C# 클래스 ET.Obj2Schema.Field

Contains a field data.
파일 보기 프로젝트 열기: etcoding/Obj2Schema

공개 메소드들

메소드 설명
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