C# Class FAManagementStudio.ViewModels.MainViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: degarashi0913/FAManagementStudio

Méthodes publiques

Méthode Description
MainViewModel ( ) : FAManagementStudio.Common
SetCommand ( ) : void

Private Methods

Méthode Description
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

Method Details

MainViewModel() public méthode

public MainViewModel ( ) : FAManagementStudio.Common
Résultat FAManagementStudio.Common

SetCommand() public méthode

public SetCommand ( ) : void
Résultat void