Jump to content

Provider class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
{{VIServerClass|93}}
|-
 
|<[[VI Server Class Hierarchy]]
|}
{{stub}}
{{stub}}
The '''Provider class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]). 
{{TOCright}}
{| class="wikitable"
! colspan="2"|Legend
|-
|R/W
| Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write}
|-
|RTE
| Available in the [[Run-Time Engine]]
|- style="background-color:#FFFFCC;"
|colspan="2"|[[VI Server#Basic Development Environment|Basic Development Environment]]
|-style="background-color:#CCFFFF;"
|colspan="2"|[[VI Server#VI Scripting|VI Scripting]]
|-style="background-color:#D1BB80;"
|colspan="2"|[[VI Server#Private|Private]]
|-style="background-color:#FFAAAA;"
|colspan="2"|[[VI Server#Deprecated|Deprecated]]
|}


==Properties==
The '''Provider class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{| class="wikitable sortable"
|+ Application Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|46E29C01
| [[Provider class/Name property|Name]]
|
|R
|
|- style="background-color:#D1BB80;"
|46E29C00
| [[Provider class/OwningProject property|OwningProject]]
|
|R
|
|}
</div>


==Methods==
{{TOCright}}
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{| class="wikitable sortable"
|+ Application Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|46E29800
| [[Provider class/GetItemTypesForItem method|GetItemTypesForItem]]
|
|
|}
</div>


==Events==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
''No Events for this Class''
{{VIServerClassTables|93}}


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 82: Line 23:
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
*[[VI Scripting]]
[[Category:Private Class]]
 


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:58, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Provider class
Class ID 93
Scope Private
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


The Provider class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Provider Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Provider Properties Table
Property ID Long Name (English) Description R/W RTE
46E29C00Owning ProjectRead OnlyNo
46E29C01NameRead OnlyNo

Methods

Show/Hide Provider Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Provider Methods Table
Method ID Long Name (English) Description RTE
46E29800Get Item Types For ItemNo

Events

This class has no events.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also