C# Class Marten.Schema.SchemaDiff

Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Свойство Type Description
IndexChanges IList
IndexRollbacks IList

Méthodes publiques

Méthode Description
CanPatch ( ) : bool
CreatePatch ( StoreOptions options, Marten.Schema.SchemaPatch patch ) : void
HasDifferences ( ) : bool
SchemaDiff ( SchemaObjects existing, Marten.Schema.DocumentMapping mapping, DdlRules rules ) : System
ToString ( ) : string

Method Details

CanPatch() public méthode

public CanPatch ( ) : bool
Résultat bool

CreatePatch() public méthode

public CreatePatch ( StoreOptions options, Marten.Schema.SchemaPatch patch ) : void
options StoreOptions
patch Marten.Schema.SchemaPatch
Résultat void

HasDifferences() public méthode

public HasDifferences ( ) : bool
Résultat bool

SchemaDiff() public méthode

public SchemaDiff ( SchemaObjects existing, Marten.Schema.DocumentMapping mapping, DdlRules rules ) : System
existing SchemaObjects
mapping Marten.Schema.DocumentMapping
rules DdlRules
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IndexChanges public_oe property

public IList IndexChanges
Résultat IList

IndexRollbacks public_oe property

public IList IndexRollbacks
Résultat IList