C# 클래스 Cornerstone.Database.DBField

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
ConvertString ( DatabaseManager dbManager, string strVal ) : object
GetField ( Type tableType, string fieldName ) : DBField
GetFieldByDBName ( Type tableType, string fieldName ) : DBField
GetFieldList ( Type tableType ) : ReadOnlyCollection
GetValue ( DatabaseTable owner ) : object
InitializeValue ( DatabaseTable owner ) : void
MakeFriendlyName ( string input ) : string
SetValue ( DatabaseTable owner, object value ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
DBField ( ) : System
DBField ( PropertyInfo propertyInfo, DBFieldAttribute attribute ) : System

메소드 상세

ConvertString() 공개 메소드

public ConvertString ( DatabaseManager dbManager, string strVal ) : object
dbManager DatabaseManager
strVal string
리턴 object

GetField() 공개 정적인 메소드

public static GetField ( Type tableType, string fieldName ) : DBField
tableType System.Type
fieldName string
리턴 DBField

GetFieldByDBName() 공개 정적인 메소드

public static GetFieldByDBName ( Type tableType, string fieldName ) : DBField
tableType System.Type
fieldName string
리턴 DBField

GetFieldList() 공개 정적인 메소드

public static GetFieldList ( Type tableType ) : ReadOnlyCollection
tableType System.Type
리턴 ReadOnlyCollection

GetValue() 공개 메소드

public GetValue ( DatabaseTable owner ) : object
owner Cornerstone.Database.Tables.DatabaseTable
리턴 object

InitializeValue() 공개 메소드

public InitializeValue ( DatabaseTable owner ) : void
owner Cornerstone.Database.Tables.DatabaseTable
리턴 void

MakeFriendlyName() 공개 정적인 메소드

public static MakeFriendlyName ( string input ) : string
input string
리턴 string

SetValue() 공개 메소드

public SetValue ( DatabaseTable owner, object value ) : void
owner DatabaseTable
value object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string