Show / Hide Table of Contents

    Class BinaryBasicNameMapper

    Base binary name mapper implementation.

    Inheritance
    System.Object
    BinaryBasicNameMapper
    Implements
    IBinaryNameMapper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Apache.Ignite.Core.Binary
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class BinaryBasicNameMapper : IBinaryNameMapper

    Properties

    IsSimpleName

    Gets or sets a value indicating whether this instance maps to simple type names.

    Declaration
    public bool IsSimpleName { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetFieldName(String)

    Gets the field name.

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

    GetTypeName(String)

    Gets the type name.

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

    Implements

    IBinaryNameMapper
    Back to top © 2015 - 2019 The Apache Software Foundation