WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataField - WPF 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
    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 DataField

    Constructors

    DataField()

    Declaration
    public DataField()

    Properties

    DataType

    Gets and sets the "dataType" attribute value

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

    DisplayName

    Gets and sets the "displayName" attribute value

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

    IsCyclic

    Gets and sets the "isCyclic" attribute value

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

    Name

    Gets and sets the "name" attribute value

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

    OpType

    Gets and sets the "opType" attribute value

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

    Methods

    GetDataFieldValues()

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