C# 클래스 FAManagementStudio.ViewModels.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: degarashi0913/FAManagementStudio

공개 메소드들

메소드 설명
MainViewModel ( ) : FAManagementStudio.Common
SetCommand ( ) : void

비공개 메소드들

메소드 설명
CreateInsertStatement ( string tableName, string colums ) : string
CreateSelectStatement ( string tableName, string colums, int topCount ) : string
CreateSqlSentence ( object treeitem, SqlKind sqlKind, int limitCount ) : string
CreateUpdateStatement ( string tableName, string colums ) : string
EscapeKeyWord ( string colum ) : string
GetNewVirsion ( ) : Task
GetTreeViewTableName ( DbViewModel db, object treeitem ) : ITableViewModel
SetNewVersionStatus ( ) : void
SetQueryProject ( ) : void

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : FAManagementStudio.Common
리턴 FAManagementStudio.Common

SetCommand() 공개 메소드

public SetCommand ( ) : void
리턴 void