C# Class SchemaZen.Library.Models.DatabaseDiff

Datei anzeigen Open project: Zocdoc/schemazen Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Script ( ) : string
SummarizeChanges ( bool includeNames ) : string

Private Methods

Method Description
Summarize ( bool includeNames, List changes, string caption ) : string

Method Details

Script() public method

public Script ( ) : string
return string

SummarizeChanges() public method

public SummarizeChanges ( bool includeNames ) : string
includeNames bool
return string

Property Details

AssembliesAdded public_oe property

public List AssembliesAdded
return List

AssembliesDeleted public_oe property

public List AssembliesDeleted
return List

AssembliesDiff public_oe property

public List AssembliesDiff
return List

Db public_oe property

public Database,SchemaZen.Library.Models Db
return Database

ForeignKeysAdded public_oe property

public List ForeignKeysAdded
return List

ForeignKeysDeleted public_oe property

public List ForeignKeysDeleted
return List

ForeignKeysDiff public_oe property

public List ForeignKeysDiff
return List

PropsChanged public_oe property

public List PropsChanged
return List

RoutinesAdded public_oe property

public List RoutinesAdded
return List

RoutinesDeleted public_oe property

public List RoutinesDeleted
return List

RoutinesDiff public_oe property

public List RoutinesDiff
return List

SynonymsAdded public_oe property

public List SynonymsAdded
return List

SynonymsDeleted public_oe property

public List SynonymsDeleted
return List

SynonymsDiff public_oe property

public List SynonymsDiff
return List

TableTypesDiff public_oe property

public ListTableTypesDiff
return List

TablesAdded public_oe property

public ListTablesAdded
return List

TablesDeleted public_oe property

public ListTablesDeleted
return List

TablesDiff public_oe property

public List TablesDiff
return List

UsersAdded public_oe property

public List UsersAdded
return List

UsersDeleted public_oe property

public List UsersDeleted
return List

UsersDiff public_oe property

public List UsersDiff
return List

ViewIndexesAdded public_oe property

public List ViewIndexesAdded
return List

ViewIndexesDeleted public_oe property

public List ViewIndexesDeleted
return List

ViewIndexesDiff public_oe property

public List ViewIndexesDiff
return List