C# Class Cornerstone.Database.Tables.DBSetting

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AfterDelete ( ) : void
DBSetting ( ) : System
ToString ( ) : string
TypeLookup ( Type type ) : string
Validate ( string value ) : bool

Method Details

AfterDelete() public méthode

public AfterDelete ( ) : void
Résultat void

DBSetting() public méthode

public DBSetting ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeLookup() public static méthode

public static TypeLookup ( Type type ) : string
type System.Type
Résultat string

Validate() public méthode

public Validate ( string value ) : bool
value string
Résultat bool