Jump to content

Provider class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=Provider|id=93|scope=private|class_0=Provider}}
{{VIServerClass|93}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Provider Properties Table</span>
{{VIServerClassTables|93}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Provider 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==
<span class="mw-customtoggle-methodstable">Show/Hide Provider Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Provider Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|46E29800
| [[Provider class/GetItemTypesForItem method|GetItemTypesForItem]]
|
|
|}
</div>
 
==Events==
''No Events for this class.''


== 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 67: Line 23:
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
[[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