Click or drag to resize

MasterPath Class

A path to prepend when searching for a data context property.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationMasterPath

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MasterPath : MonoBehaviour

The MasterPath type exposes the following members.

Constructors
  NameDescription
Public methodMasterPath
Initializes a new instance of the MasterPath class
Top
Methods
  NameDescription
Public methodGetFullPath
Returns the full path, i.e. this path and all ancestor paths prepended.
Top
Fields
  NameDescription
Public fieldPath
Path to prepend.
Top
See Also