WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapValues - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapValues

    Represents the properties and methods for MapValues element and its attributes

    Inheritance
    System.Object
    MapValues
    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: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class MapValues

    Constructors

    MapValues()

    Declaration
    public MapValues()

    Properties

    DefaultValue

    Gets the default value

    Declaration
    public string DefaultValue { get; }
    Property Value
    Type Description
    System.String

    FieldColumnPair

    Gets the FieldColumnPair

    Declaration
    public FieldColumnPair FieldColumnPair { get; }
    Property Value
    Type Description
    FieldColumnPair

    InlineTable

    Gets the InlineTable

    Declaration
    public InlineTable InlineTable { get; }
    Property Value
    Type Description
    InlineTable

    MapMissingTo

    Gets the mapMissingTo

    Declaration
    public string MapMissingTo { get; }
    Property Value
    Type Description
    System.String

    OutputColumn

    Gets the OutputColumn

    Declaration
    public string OutputColumn { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved