Version:
OnDeserializedMissingProperties(System.Collections.Generic.IReadOnlyDictionary<string, string> missingProperties) Method
Invoked when at least one persistent property could not be found on deserialization.
Syntax
public
abstract
void OnDeserializedMissingProperties(IReadOnlyDictionary<string, string> missingProperties)
Parameters
- missingProperties
- Type: System.Collections.Generic.IReadOnlyDictionary<string, string>
The missing properties.