Photon Fusion 2.0.9

Properties | List of all members
SerializableTypeAttribute Class Reference

Specifies that either a string field represents a type name or sets additional options for SerializableType field. More...

Inherits PropertyAttribute.

Properties

Type BaseType [get, set]
 The base type of the picked type. More...
 
bool UseFullAssemblyQualifiedName [get, set]
 Should the type be stored as a full assembly qualified name. More...
 
bool WarnIfNoPreserveAttribute [get, set]
 Should a warning be shown if the field does not have a PreserveAttribute. More...
 

Detailed Description

Specifies that either a string field represents a type name or sets additional options for SerializableType field.

Property Documentation

◆ BaseType

Type BaseType
getset

The base type of the picked type.

◆ UseFullAssemblyQualifiedName

bool UseFullAssemblyQualifiedName
getset

Should the type be stored as a full assembly qualified name.

◆ WarnIfNoPreserveAttribute

bool WarnIfNoPreserveAttribute
getset

Should a warning be shown if the field does not have a PreserveAttribute.