Click or drag to resize

IsSetCheck Class

Indicates if the data value is set, i.e. not null.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.ChecksIsSetCheck

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Checks
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class IsSetCheck : DataProvider

The IsSetCheck type exposes the following members.

Constructors
  NameDescription
Public methodIsSetCheck
Initializes a new instance of the IsSetCheck class
Top
Properties
Methods
Fields
  NameDescription
Public fieldData
Data to bind to.
Top
See Also