The following tables list the members exposed by IIdGenerator.
Public Properties
| Name | Description |
 | TempIds | Returns the temporary IDs generated since instantiation of this class or the last Reset. |
Top
Public Methods
| Name | Description |
 | GetNextTempId |
Generates a new temporary ID for a specified EntityProperty.
|
 | GetRealIdMap |
Returns a dictionary that maps temporary IDs to real IDs.
|
 | IsApplicable |
Returns whether the IdGenerator can be used with the specified data source key.
|
 | IsTempId |
Determines whether a given ID is temporary.
|
 | Reset |
Reset temporary ID generation back to its initial state.
|
Top
See Also