C# 클래스 Raven.Studio.Features.JsonEditor.DocumentReferencedIdManager

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

공개 메소드들

메소드 설명
AddKnownIds ( IEnumerable ids ) : void
AddKnownInvalidIds ( IEnumerable ids ) : void
Clear ( ) : void
IsId ( string value ) : bool
IsKnownInvalid ( string value ) : bool
NeedsChecking ( string id ) : bool
UpdateCurrentIds ( IEnumerable potentialReferences ) : void

보호된 메소드들

메소드 설명
OnChanged ( EventArgs e ) : void
OnCurrentIdsChanged ( ) : void

메소드 상세

AddKnownIds() 공개 메소드

public AddKnownIds ( IEnumerable ids ) : void
ids IEnumerable
리턴 void

AddKnownInvalidIds() 공개 메소드

public AddKnownInvalidIds ( IEnumerable ids ) : void
ids IEnumerable
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

IsId() 공개 메소드

public IsId ( string value ) : bool
value string
리턴 bool

IsKnownInvalid() 공개 메소드

public IsKnownInvalid ( string value ) : bool
value string
리턴 bool

NeedsChecking() 공개 메소드

public NeedsChecking ( string id ) : bool
id string
리턴 bool

OnChanged() 보호된 메소드

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnCurrentIdsChanged() 보호된 메소드

protected OnCurrentIdsChanged ( ) : void
리턴 void

UpdateCurrentIds() 공개 메소드

public UpdateCurrentIds ( IEnumerable potentialReferences ) : void
potentialReferences IEnumerable
리턴 void