C# Class SchemaZen.Library.Models.DatabaseDiff

Afficher le fichier Open project: Zocdoc/schemazen Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Script ( ) : string
SummarizeChanges ( bool includeNames ) : string

Private Methods

Méthode Description
Summarize ( bool includeNames, List changes, string caption ) : string

Method Details

Script() public méthode

public Script ( ) : string
Résultat string

SummarizeChanges() public méthode

public SummarizeChanges ( bool includeNames ) : string
includeNames bool
Résultat string

Property Details

AssembliesAdded public_oe property

public List AssembliesAdded
Résultat List

AssembliesDeleted public_oe property

public List AssembliesDeleted
Résultat List

AssembliesDiff public_oe property

public List AssembliesDiff
Résultat List

Db public_oe property

public Database,SchemaZen.Library.Models Db
Résultat Database

ForeignKeysAdded public_oe property

public List ForeignKeysAdded
Résultat List

ForeignKeysDeleted public_oe property

public List ForeignKeysDeleted
Résultat List

ForeignKeysDiff public_oe property

public List ForeignKeysDiff
Résultat List

PropsChanged public_oe property

public List PropsChanged
Résultat List

RoutinesAdded public_oe property

public List RoutinesAdded
Résultat List

RoutinesDeleted public_oe property

public List RoutinesDeleted
Résultat List

RoutinesDiff public_oe property

public List RoutinesDiff
Résultat List

SynonymsAdded public_oe property

public List SynonymsAdded
Résultat List

SynonymsDeleted public_oe property

public List SynonymsDeleted
Résultat List

SynonymsDiff public_oe property

public List SynonymsDiff
Résultat List

TableTypesDiff public_oe property

public ListTableTypesDiff
Résultat List

TablesAdded public_oe property

public ListTablesAdded
Résultat List

TablesDeleted public_oe property

public ListTablesDeleted
Résultat List

TablesDiff public_oe property

public List TablesDiff
Résultat List

UsersAdded public_oe property

public List UsersAdded
Résultat List

UsersDeleted public_oe property

public List UsersDeleted
Résultat List

UsersDiff public_oe property

public List UsersDiff
Résultat List

ViewIndexesAdded public_oe property

public List ViewIndexesAdded
Résultat List

ViewIndexesDeleted public_oe property

public List ViewIndexesDeleted
Résultat List

ViewIndexesDiff public_oe property

public List ViewIndexesDiff
Résultat List