VMware vCloud Suite SDK for .NET 6.0.0
vmware::cis::tagging::util::StructTypeUtil Class Reference

Utility for StructType. More...

List of all members.

Static Public Member Functions

static void PopulateCanonicalNameToStructTypeMap (global::System.Collections.Generic.Dictionary< string, vmware.vapi.bindings.type.StructType > mapping)
 Populates mappings for structures defined in a product (set of VMODL definitions).

Detailed Description

Utility for StructType.


Member Function Documentation

static void vmware::cis::tagging::util::StructTypeUtil::PopulateCanonicalNameToStructTypeMap ( global::System.Collections.Generic.Dictionary< string, vmware.vapi.bindings.type.StructType >  mapping) [inline, static]

Populates mappings for structures defined in a product (set of VMODL definitions).

For each top level structure and each structure defined in a service, it adds an entry to the map where the key is the fully qualified canonical name of the structure, and the value is a StructType. It allows to retrieve the StructType from the canonical name of a structure.

Parameters:
mappingdictionary to fill with mappings for each structure in the bindings; can not be null.

The documentation for this class was generated from the following file: