Метод | Описание | |
---|---|---|
AddNeededNode ( string nodeName ) : void | ||
AddSupportedCapability ( string capName ) : void | ||
AddSupportedMapOutputMode ( |
||
FilterList ( |
||
FromNative ( |
Creates a managed Query object to wrap a native one.
|
|
SetCreationInfo ( string creationInfo ) : void | ||
SetExistingNodeOnly ( bool existing ) : void | ||
SetMaxVersion ( Version max ) : void | ||
SetMinVersion ( Version min ) : void | ||
SetName ( string name ) : void | ||
SetSupportedMinUserPositions ( uint count ) : void | ||
SetVendor ( string vendorName ) : void |
Метод | Описание | |
---|---|---|
FreeObject ( |
Метод | Описание | |
---|---|---|
Query ( |
public AddNeededNode ( string nodeName ) : void | ||
nodeName | string | |
Результат | void |
public AddSupportedCapability ( string capName ) : void | ||
capName | string | |
Результат | void |
public AddSupportedMapOutputMode ( |
||
mode | ||
Результат | void |
public FilterList ( |
||
context | ||
list | NodeInfoList | |
Результат | void |
protected FreeObject ( |
||
ptr | ||
Результат | void |
public static FromNative ( |
||
pQuery | The native query pointer | |
Результат |
public SetCreationInfo ( string creationInfo ) : void | ||
creationInfo | string | |
Результат | void |
public SetExistingNodeOnly ( bool existing ) : void | ||
existing | bool | |
Результат | void |
public SetMaxVersion ( Version max ) : void | ||
max | Version | |
Результат | void |
public SetMinVersion ( Version min ) : void | ||
min | Version | |
Результат | void |
public SetSupportedMinUserPositions ( uint count ) : void | ||
count | uint | |
Результат | void |
public SetVendor ( string vendorName ) : void | ||
vendorName | string | |
Результат | void |