Quantum 3 3.0.14

Properties | List of all members
Quantum.SerializableTypeAttribute Class Reference

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

Inheritance diagram for Quantum.SerializableTypeAttribute:
Quantum.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...
 
- Properties inherited from Quantum.PropertyAttribute
int order [get, set]
 The order in which the property will be displayed. More...
 

Detailed Description

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

Property Documentation

◆ BaseType

Type Quantum.SerializableTypeAttribute.BaseType
getset

The base type of the picked type.

◆ UseFullAssemblyQualifiedName

bool Quantum.SerializableTypeAttribute.UseFullAssemblyQualifiedName
getset

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

◆ WarnIfNoPreserveAttribute

bool Quantum.SerializableTypeAttribute.WarnIfNoPreserveAttribute
getset

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