C# Class Cornerstone.Database.DBField

Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DBField ( ) : System
DBField ( PropertyInfo propertyInfo, DBFieldAttribute attribute ) : System

Method Details

ConvertString() public méthode

public ConvertString ( DatabaseManager dbManager, string strVal ) : object
dbManager DatabaseManager
strVal string
Résultat object

GetField() public static méthode

public static GetField ( Type tableType, string fieldName ) : DBField
tableType System.Type
fieldName string
Résultat DBField

GetFieldByDBName() public static méthode

public static GetFieldByDBName ( Type tableType, string fieldName ) : DBField
tableType System.Type
fieldName string
Résultat DBField

GetFieldList() public static méthode

public static GetFieldList ( Type tableType ) : ReadOnlyCollection
tableType System.Type
Résultat ReadOnlyCollection

GetValue() public méthode

public GetValue ( DatabaseTable owner ) : object
owner Cornerstone.Database.Tables.DatabaseTable
Résultat object

InitializeValue() public méthode

public InitializeValue ( DatabaseTable owner ) : void
owner Cornerstone.Database.Tables.DatabaseTable
Résultat void

MakeFriendlyName() public static méthode

public static MakeFriendlyName ( string input ) : string
input string
Résultat string

SetValue() public méthode

public SetValue ( DatabaseTable owner, object value ) : void
owner DatabaseTable
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string