C# Class Cornerstone.Database.Tables.DBSetting

Inheritance: DatabaseTable
ファイルを表示 Open project: damienhaynes/moving-pictures Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AfterDelete() public method

public AfterDelete ( ) : void
return void

DBSetting() public method

public DBSetting ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

TypeLookup() public static method

public static TypeLookup ( Type type ) : string
type System.Type
return string

Validate() public method

public Validate ( string value ) : bool
value string
return bool