VMware Tanzu GemFire .NET Client API Reference
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
| |||
| string | FromPdxTypeName (string pdxTypeName) | ||
To map the pdx type name to local type
| |||
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
-
pdxTypeName pdx type name
- Returns
- the local type name.
◆ ToPdxTypeName()
| string IPdxTypeMapper.ToPdxTypeName | ( | string | localTypeName | ) |
To map the local type name to pdx type
- Parameters
-
localTypeName local type name
- Returns
- the pdx type name.
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IPdxTypeMapper.cs

