C# 클래스 Marten.Schema.SchemaDiff

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

공개 프로퍼티들

프로퍼티 타입 설명
IndexChanges IList
IndexRollbacks IList

공개 메소드들

메소드 설명
CanPatch ( ) : bool
CreatePatch ( StoreOptions options, Marten.Schema.SchemaPatch patch ) : void
HasDifferences ( ) : bool
SchemaDiff ( SchemaObjects existing, Marten.Schema.DocumentMapping mapping, DdlRules rules ) : System
ToString ( ) : string

메소드 상세

CanPatch() 공개 메소드

public CanPatch ( ) : bool
리턴 bool

CreatePatch() 공개 메소드

public CreatePatch ( StoreOptions options, Marten.Schema.SchemaPatch patch ) : void
options StoreOptions
patch Marten.Schema.SchemaPatch
리턴 void

HasDifferences() 공개 메소드

public HasDifferences ( ) : bool
리턴 bool

SchemaDiff() 공개 메소드

public SchemaDiff ( SchemaObjects existing, Marten.Schema.DocumentMapping mapping, DdlRules rules ) : System
existing SchemaObjects
mapping Marten.Schema.DocumentMapping
rules DdlRules
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IndexChanges 공개적으로 프로퍼티

public IList IndexChanges
리턴 IList

IndexRollbacks 공개적으로 프로퍼티

public IList IndexRollbacks
리턴 IList