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
Properties
|
Name |
Description |
|
OriginalTypeName
|
Gets the assembly qualified name of the type that this type replaces.
|