Click or drag to resize
Variable Methods

The Variable type exposes the following members.

Methods
  NameDescription
Public methodApplyPatches
(Inherited from GenericVariable.)
Public methodApplyPatchesAsync(IEnumerableNxPatch)
(Inherited from GenericVariable.)
Public methodApplyPatchesAsync(AsyncHandle, IEnumerableNxPatch)
(Inherited from GenericVariable.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetInfo
(Inherited from GenericVariable.)
Public methodGetInfoAsync
(Inherited from GenericVariable.)
Public methodGetInfoAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetInfoAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodGetLayout
(Inherited from GenericVariable.)
Public methodGetLayoutAsync
(Inherited from GenericVariable.)
Public methodGetLayoutAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetLayoutAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodGetProperties
(Inherited from GenericVariable.)
Public methodGetPropertiesAsync
(Inherited from GenericVariable.)
Public methodGetPropertiesAsync(AsyncHandle)
(Inherited from GenericVariable.)
Public methodGetPropertiesAsyncT(AsyncHandle, FuncResponse, T)
(Inherited from GenericVariable.)
Public methodReadJson
Method for updating an object according to a Qix json object.
(Inherited from QixClassBase.)
Public methodResumeLayout
(Inherited from GenericVariable.)
Public methodSetDualValue
(Inherited from GenericVariable.)
Public methodSetDualValueAsync(String, Double)
(Inherited from GenericVariable.)
Public methodSetDualValueAsync(AsyncHandle, String, Double)
(Inherited from GenericVariable.)
Public methodSetNumValue
(Inherited from GenericVariable.)
Public methodSetNumValueAsync(Double)
(Inherited from GenericVariable.)
Public methodSetNumValueAsync(AsyncHandle, Double)
(Inherited from GenericVariable.)
Public methodSetProperties
(Inherited from GenericVariable.)
Public methodSetPropertiesAsync(GenericVariableProperties)
(Inherited from GenericVariable.)
Public methodSetPropertiesAsync(AsyncHandle, GenericVariableProperties)
(Inherited from GenericVariable.)
Public methodSetStringValue
(Inherited from GenericVariable.)
Public methodSetStringValueAsync(String)
(Inherited from GenericVariable.)
Public methodSetStringValueAsync(AsyncHandle, String)
(Inherited from GenericVariable.)
Public methodSuspendLayout
(Inherited from GenericVariable.)
Top
See Also