C# 클래스 SitecoreData.DataProviders.MongoDB.MongoHistoryStore

상속: HistoryStore
파일 보기 프로젝트 열기: pbering/SitecoreData

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddHistory ( System.Item item, string oldState, string newState, string text ) : void
ClearHistory ( System.Item item ) : void
GetHistory ( System.Item item ) : WorkflowEvent[]
MongoHistoryStore ( string connectionString ) : System

메소드 상세

AddHistory() 공개 메소드

public AddHistory ( System.Item item, string oldState, string newState, string text ) : void
item System.Item
oldState string
newState string
text string
리턴 void

ClearHistory() 공개 메소드

public ClearHistory ( System.Item item ) : void
item System.Item
리턴 void

GetHistory() 공개 메소드

public GetHistory ( System.Item item ) : WorkflowEvent[]
item System.Item
리턴 WorkflowEvent[]

MongoHistoryStore() 공개 메소드

public MongoHistoryStore ( string connectionString ) : System
connectionString string
리턴 System