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

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

Inheritance diagram for Apache.Ignite.Core.Binary.IBinaryNameMapper:
Apache.Ignite.Core.Binary.BinaryBasicNameMapper

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.

Implemented in Apache.Ignite.Core.Binary.BinaryBasicNameMapper.

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

Implemented in Apache.Ignite.Core.Binary.BinaryBasicNameMapper.