C# 클래스 Cornerstone.Database.Tables.DBSetting

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AfterDelete ( ) : void
DBSetting ( ) : System
ToString ( ) : string
TypeLookup ( Type type ) : string
Validate ( string value ) : bool

메소드 상세

AfterDelete() 공개 메소드

public AfterDelete ( ) : void
리턴 void

DBSetting() 공개 메소드

public DBSetting ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeLookup() 공개 정적인 메소드

public static TypeLookup ( Type type ) : string
type System.Type
리턴 string

Validate() 공개 메소드

public Validate ( string value ) : bool
value string
리턴 bool