DefaultKeyGeneratorIsTempId Method Breeze.sharp
Determines whether a given ID is temporary.

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

public bool IsTempId(
	UniqueId uniqueId
)

Parameters

uniqueId
Type: Breeze.SharpUniqueId
ID to be analyzed

Return Value

Type: Boolean
true if the ID is temporary; otherwise false

Implements

IKeyGeneratorIsTempId(UniqueId)
Remarks

The Value contains the ID to be tested. You can use the [!:StructuralProperty.EntityType] property of the Property to determine the IEntity type.
See Also

Reference