menu

WinForms

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

    Show / Hide Table of Contents

    Class Extension

    Represents the methods and properties for Extension element and its attributes

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

    Constructors

    Extension()

    Declaration
    public Extension()

    Properties

    BayesInput

    Gets and sets the "BayesInput" elements value

    Declaration
    public BayesInput BayesInput { get; }
    Property Value
    Type
    BayesInput

    Extender

    Gets and sets the "extender" attibute value

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

    Name

    Gets and sets the "name" attibute value

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

    ProbabilityParameter

    Gets and sets the "ProbabilityParameter" elements value

    Declaration
    public ProbabilityParameter ProbabilityParameter { get; }
    Property Value
    Type
    ProbabilityParameter

    ResponseCategory

    Gets and sets the "ResponseCategory" elements value

    Declaration
    public ResponseCategory ResponseCategory { get; }
    Property Value
    Type
    ResponseCategory

    Value

    Gets and sets the "value" attibute value

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