Click or drag to resize

InvertBoolOperation Class

Inverts a boolean data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.OperationsInvertOperationBoolean
                Slash.Unity.DataBind.Foundation.Providers.OperationsInvertBoolOperation

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class InvertBoolOperation : InvertOperation<bool>

The InvertBoolOperation type exposes the following members.

Constructors
  NameDescription
Public methodInvertBoolOperation
Initializes a new instance of the InvertBoolOperation class
Top
Methods
See Also