BuildMaster SDK Reference
Version:

IMissingPersistentPropertyHandler Interface

Indicates that a type with persistent properties has special handling for dealing with deleted/renamed properties.

Inheritance Hierarchy

  • Inedo.Serialization.IMissingPersistentPropertyHandler

Syntax

public interface IMissingPersistentPropertyHandler

Methods

Name Description
OnDeserializedMissingProperties(System.Collections.Generic.IReadOnlyDictionary<string, string> missingProperties)

Invoked when at least one persistent property could not be found on deserialization.

Remarks

The default behavior for missing properties is to ignore them.