C# Class SchemaZen.Library.Models.DatabaseDiff

Show file 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 property

public List AssembliesAdded
return List

AssembliesDeleted public property

public List AssembliesDeleted
return List

AssembliesDiff public property

public List AssembliesDiff
return List

Db public property

public Database,SchemaZen.Library.Models Db
return Database

ForeignKeysAdded public property

public List ForeignKeysAdded
return List

ForeignKeysDeleted public property

public List ForeignKeysDeleted
return List

ForeignKeysDiff public property

public List ForeignKeysDiff
return List

PropsChanged public property

public List PropsChanged
return List

RoutinesAdded public property

public List RoutinesAdded
return List

RoutinesDeleted public property

public List RoutinesDeleted
return List

RoutinesDiff public property

public List RoutinesDiff
return List

SynonymsAdded public property

public List SynonymsAdded
return List

SynonymsDeleted public property

public List SynonymsDeleted
return List

SynonymsDiff public property

public List SynonymsDiff
return List

TableTypesDiff public property

public ListTableTypesDiff
return List

TablesAdded public property

public ListTablesAdded
return List

TablesDeleted public property

public ListTablesDeleted
return List

TablesDiff public property

public List TablesDiff
return List

UsersAdded public property

public List UsersAdded
return List

UsersDeleted public property

public List UsersDeleted
return List

UsersDiff public property

public List UsersDiff
return List

ViewIndexesAdded public property

public List ViewIndexesAdded
return List

ViewIndexesDeleted public property

public List ViewIndexesDeleted
return List

ViewIndexesDiff public property

public List ViewIndexesDiff
return List