C# 클래스 SqlIndexConsole.Data.Actions.SqlAction

파일 보기 프로젝트 열기: brianpursley/sql-index-console

공개 메소드들

메소드 설명
GetDescription ( ) : string
GetSql ( ) : string
GetStatus ( ) : string
HasSql ( ) : bool

메소드 상세

GetDescription() 공개 추상적인 메소드

public abstract GetDescription ( ) : string
리턴 string

GetSql() 공개 추상적인 메소드

public abstract GetSql ( ) : string
리턴 string

GetStatus() 공개 추상적인 메소드

public abstract GetStatus ( ) : string
리턴 string

HasSql() 공개 메소드

public HasSql ( ) : bool
리턴 bool