menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Extension - Xamarin.Forms 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Extension : Object

    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