Class MapValues
Represents the properties and methods for MapValues element and its attributes
Inheritance
System.Object
MapValues
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.String |
FieldColumnPair
Gets the FieldColumnPair
Declaration
public FieldColumnPair FieldColumnPair { get; }
Property Value
Type |
---|
FieldColumnPair |
InlineTable
Gets the InlineTable
Declaration
public InlineTable InlineTable { get; }
Property Value
Type |
---|
InlineTable |
MapMissingTo
Gets the mapMissingTo
Declaration
public string MapMissingTo { get; }
Property Value
Type |
---|
System.String |
OutputColumn
Gets the OutputColumn
Declaration
public string OutputColumn { get; }
Property Value
Type |
---|
System.String |