Click or drag to resize

TypeSelectionAttribute Class

Use this attribute on a Type field which should be set to a type that derives from a specific class.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    UnityEnginePropertyAttribute
      Slash.Unity.DataBind.Core.UtilsTypeSelectionAttribute

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TypeSelectionAttribute : PropertyAttribute

The TypeSelectionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTypeSelectionAttribute
Initializes a new instance of the TypeSelectionAttribute class
Top
Fields
  NameDescription
Public fieldBaseType
Base type the selected type has to derive from.
Top
See Also