BuildMaster SDK Reference
Version:

PersistFromAttribute Class

Indicates that a type should be used as a fallback for another type if the other type cannot be resolved on deserialization.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Serialization.PersistFromAttribute

Syntax

public class PersistFromAttribute : System.Attribute

Constructors

Name Description
PersistFromAttribute(string typeName)

Initializes a new instance of the PersistFromAttribute class.

Properties

Name Description
OriginalTypeName

Gets the assembly qualified name of the type that this type replaces.