Apache Ignite.NET
Apache.Ignite.Core.Binary.IBinaryNameMapper Interface Reference

Maps type and field names to different names. More...

Public Member Functions

string GetTypeName (string name)
 Gets the type name. More...
 
string GetFieldName (string name)
 Gets the field name. More...
 

Detailed Description

Member Function Documentation

string Apache.Ignite.Core.Binary.IBinaryNameMapper.GetFieldName ( string  name)
Parameters
nameThe name.
Returns
Field name.
string Apache.Ignite.Core.Binary.IBinaryNameMapper.GetTypeName ( string  name)
Parameters
nameThe name.
Returns
Type name.