Jump to content

Provider class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 ==

Revision as of 01:14, 9 September 2019

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