C# 클래스 SchemaZen.Library.Models.DatabaseDiff

파일 보기 프로젝트 열기: Zocdoc/schemazen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssembliesAdded List
AssembliesDeleted List
AssembliesDiff List
Db Database
ForeignKeysAdded List
ForeignKeysDeleted List
ForeignKeysDiff List
PropsChanged List
RoutinesAdded List
RoutinesDeleted List
RoutinesDiff List
SynonymsAdded List
SynonymsDeleted List
SynonymsDiff List
TableTypesDiff List
TablesAdded List
TablesDeleted List
TablesDiff List
UsersAdded List
UsersDeleted List
UsersDiff List
ViewIndexesAdded List
ViewIndexesDeleted List
ViewIndexesDiff List

공개 메소드들

메소드 설명
Script ( ) : string
SummarizeChanges ( bool includeNames ) : string

비공개 메소드들

메소드 설명
Summarize ( bool includeNames, List changes, string caption ) : string

메소드 상세

Script() 공개 메소드

public Script ( ) : string
리턴 string

SummarizeChanges() 공개 메소드

public SummarizeChanges ( bool includeNames ) : string
includeNames bool
리턴 string

프로퍼티 상세

AssembliesAdded 공개적으로 프로퍼티

public List AssembliesAdded
리턴 List

AssembliesDeleted 공개적으로 프로퍼티

public List AssembliesDeleted
리턴 List

AssembliesDiff 공개적으로 프로퍼티

public List AssembliesDiff
리턴 List

Db 공개적으로 프로퍼티

public Database,SchemaZen.Library.Models Db
리턴 Database

ForeignKeysAdded 공개적으로 프로퍼티

public List ForeignKeysAdded
리턴 List

ForeignKeysDeleted 공개적으로 프로퍼티

public List ForeignKeysDeleted
리턴 List

ForeignKeysDiff 공개적으로 프로퍼티

public List ForeignKeysDiff
리턴 List

PropsChanged 공개적으로 프로퍼티

public List PropsChanged
리턴 List

RoutinesAdded 공개적으로 프로퍼티

public List RoutinesAdded
리턴 List

RoutinesDeleted 공개적으로 프로퍼티

public List RoutinesDeleted
리턴 List

RoutinesDiff 공개적으로 프로퍼티

public List RoutinesDiff
리턴 List

SynonymsAdded 공개적으로 프로퍼티

public List SynonymsAdded
리턴 List

SynonymsDeleted 공개적으로 프로퍼티

public List SynonymsDeleted
리턴 List

SynonymsDiff 공개적으로 프로퍼티

public List SynonymsDiff
리턴 List

TableTypesDiff 공개적으로 프로퍼티

public ListTableTypesDiff
리턴 List

TablesAdded 공개적으로 프로퍼티

public ListTablesAdded
리턴 List

TablesDeleted 공개적으로 프로퍼티

public ListTablesDeleted
리턴 List

TablesDiff 공개적으로 프로퍼티

public List TablesDiff
리턴 List

UsersAdded 공개적으로 프로퍼티

public List UsersAdded
리턴 List

UsersDeleted 공개적으로 프로퍼티

public List UsersDeleted
리턴 List

UsersDiff 공개적으로 프로퍼티

public List UsersDiff
리턴 List

ViewIndexesAdded 공개적으로 프로퍼티

public List ViewIndexesAdded
리턴 List

ViewIndexesDeleted 공개적으로 프로퍼티

public List ViewIndexesDeleted
리턴 List

ViewIndexesDiff 공개적으로 프로퍼티

public List ViewIndexesDiff
리턴 List