IKeyGenerator Interface Breeze.sharp
Interface that generates, describes and keeps track of all of the temporary keys associated with a single EntityManager.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public interface IKeyGenerator

The IKeyGenerator type exposes the following members.

Methods

  NameDescription
Public methodGetNextTempId
Generates a new temporary ID for a specified EntityProperty.
Public methodIsTempId
Determines whether a given ID is temporary.
Public methodReset
Reset temporary ID generation back to its initial state.
Top
Properties

  NameDescription
Public propertyTempIds
Returns the temporary IDs generated since instantiation of this class or the last Reset.
Top
See Also

Reference