Search Results for

    Show / Hide Table of Contents

    Interface IBinaryNameMapper

    Maps type and field names to different names.

    Namespace: Apache.Ignite.Core.Binary
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IBinaryNameMapper

    Methods

    GetFieldName(String)

    Gets the field name.

    Declaration
    string GetFieldName(string name)
    Parameters
    Type Name Description
    System.String name

    The name.

    Returns
    Type Description
    System.String

    Field name.

    GetTypeName(String)

    Gets the type name.

    Declaration
    string GetTypeName(string name)
    Parameters
    Type Name Description
    System.String name

    The name.

    Returns
    Type Description
    System.String

    Type name.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation