menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Item - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Item

    Represents the properties for AssociationRule Item element and its attributes

    Inheritance
    System.Object
    Item
    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 Item

    Constructors

    Item()

    Declaration
    public Item()

    Properties

    Id

    Gets the Id

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

    MappedValue

    Gets the mapped value

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

    Value

    Gets the Value

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

    Weight

    Gets the weight

    Declaration
    public float Weight { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved