C# 클래스 Brnkly.Raven.IndexingExtensions

파일 보기 프로젝트 열기: brnkly/brnkly

공개 메소드들

메소드 설명
Copy ( this raven, Uri fromInstanceUrl, Uri toInstanceUrl, string indexName ) : void
DeleteIndex ( this raven, Uri instanceUrl, string indexName ) : void
ResetIndex ( this raven, Uri instanceUrl, string indexName ) : void

비공개 메소드들

메소드 설명
GetDatabaseCommands ( this helper, Uri instanceUrl ) : IDatabaseCommands

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( this raven, Uri fromInstanceUrl, Uri toInstanceUrl, string indexName ) : void
raven this
fromInstanceUrl System.Uri
toInstanceUrl System.Uri
indexName string
리턴 void

DeleteIndex() 공개 정적인 메소드

public static DeleteIndex ( this raven, Uri instanceUrl, string indexName ) : void
raven this
instanceUrl System.Uri
indexName string
리턴 void

ResetIndex() 공개 정적인 메소드

public static ResetIndex ( this raven, Uri instanceUrl, string indexName ) : void
raven this
instanceUrl System.Uri
indexName string
리턴 void