Class DataFieldValue
Represents the methods and properties for DataField - Value
Inheritance
System.Object
DataFieldValue
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 DataFieldValue
Constructors
DataFieldValue()
Declaration
public DataFieldValue()
Properties
DisplayValue
Gets and sets the "Display value" attribute
Declaration
public string DisplayValue { get; }
Property Value
Type |
---|
System.String |
Property
Gets and sets the "property" attribute
Declaration
public string Property { get; }
Property Value
Type |
---|
System.String |
Value
Gets and sets the "value" attribute
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |