C# Class Raven.Studio.Features.JsonEditor.DocumentReferencedIdManager

Datei anzeigen Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnChanged ( EventArgs e ) : void
OnCurrentIdsChanged ( ) : void

Method Details

AddKnownIds() public method

public AddKnownIds ( IEnumerable ids ) : void
ids IEnumerable
return void

AddKnownInvalidIds() public method

public AddKnownInvalidIds ( IEnumerable ids ) : void
ids IEnumerable
return void

Clear() public method

public Clear ( ) : void
return void

IsId() public method

public IsId ( string value ) : bool
value string
return bool

IsKnownInvalid() public method

public IsKnownInvalid ( string value ) : bool
value string
return bool

NeedsChecking() public method

public NeedsChecking ( string id ) : bool
id string
return bool

OnChanged() protected method

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnCurrentIdsChanged() protected method

protected OnCurrentIdsChanged ( ) : void
return void

UpdateCurrentIds() public method

public UpdateCurrentIds ( IEnumerable potentialReferences ) : void
potentialReferences IEnumerable
return void