C# 클래스 JPB.DataAccess.EntityCreator.UI.MsSQL.ViewModel.SqlEntityCreatorViewModel

상속: AsyncViewModelBase, IMsSqlCreator
파일 보기 프로젝트 열기: JPVenson/DataAccess 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddTableExecute void
AdjustNamesExecute void
CanAddTableExecute bool
CanAdjustNamesExecute bool
CanCompileExecute bool
CanConnectToDatabaseExecute bool
CanDeleteSelectedTableExecute bool
CanLoadConfigExecute bool
CanSaveConfigExecute bool
CompileExecute void
ConnectToDatabaseExecute void
DeleteSelectedTableExecute void
LoadConfigExecute void
SaveConfigExecute void

공개 메소드들

메소드 설명
Compile ( ) : void
CreateEntrys ( string connection, string outputPath, string database ) : void
OpenInfoWindowExecute ( object sender ) : void
SqlEntityCreatorViewModel ( ) : System

비공개 메소드들

메소드 설명
AddTableExecute ( object sender ) : void
AdjustNamesExecute ( object sender ) : void
CanAddTableExecute ( object sender ) : bool
CanAdjustNamesExecute ( object sender ) : bool
CanCompileExecute ( object sender ) : bool
CanConnectToDatabaseExecute ( object sender ) : bool
CanDeleteSelectedTableExecute ( object sender ) : bool
CanLoadConfigExecute ( object sender ) : bool
CanSaveConfigExecute ( object sender ) : bool
CompileExecute ( object sender ) : void
ConnectToDatabaseExecute ( object sender ) : void
DeleteSelectedTableExecute ( object sender ) : void
LoadConfigExecute ( object sender ) : void
SaveConfigExecute ( object sender ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

CreateEntrys() 공개 메소드

public CreateEntrys ( string connection, string outputPath, string database ) : void
connection string
outputPath string
database string
리턴 void

OpenInfoWindowExecute() 공개 메소드

public OpenInfoWindowExecute ( object sender ) : void
sender object
리턴 void

SqlEntityCreatorViewModel() 공개 메소드

public SqlEntityCreatorViewModel ( ) : System
리턴 System