VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: IPdxTypeMapper Interface Reference
VMware Tanzu GemFire .NET Client
IPdxTypeMapper Interface Reference

Interface for mapping Pdx types More...

Public Member Functions

string ToPdxTypeName (string localTypeName)
 To map the local type name to pdx type

Parameters
localTypeNamelocal type name
More...
 
string FromPdxTypeName (string pdxTypeName)
 To map the pdx type name to local type

Parameters
pdxTypeNamepdx type name
More...
 

Detailed Description

Interface for mapping Pdx types

Member Function Documentation

◆ FromPdxTypeName()

string IPdxTypeMapper.FromPdxTypeName ( string  pdxTypeName)

To map the pdx type name to local type

Parameters
pdxTypeNamepdx type name

Returns
the local type name.


◆ ToPdxTypeName()

string IPdxTypeMapper.ToPdxTypeName ( string  localTypeName)

To map the local type name to pdx type

Parameters
localTypeNamelocal type name

Returns
the pdx type name.

The documentation for this interface was generated from the following file:
  • gemfire.client/Interfaces/IPdxTypeMapper.cs