menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataField - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataField

    Represents the methods and properties for DataField element and its attributes

    Inheritance
    System.Object
    DataField
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class DataField : Object

    Constructors

    DataField()

    Declaration
    public DataField()

    Properties

    DataType

    Gets and sets the "dataType" attribute value

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

    DisplayName

    Gets and sets the "displayName" attribute value

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

    IsCyclic

    Gets and sets the "isCyclic" attribute value

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

    Name

    Gets and sets the "name" attribute value

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

    OpType

    Gets and sets the "opType" attribute value

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

    Methods

    GetDataFieldValues()

    Declaration
    public List<DataFieldValue> GetDataFieldValues()
    Returns
    Type
    System.Collections.Generic.List<DataFieldValue>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved