Click or drag to resize

ContextTypeAttribute Class

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

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

The ContextTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodContextTypeAttribute
Initializes a new instance of the ContextTypeAttribute class
Top
See Also