menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Sequence

    Represents the methods and properties for Sequence element and its attributes

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

    Constructors

    Sequence()

    Declaration
    public Sequence()

    Properties

    Id

    Gets the sequence ID

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

    NumberOfSets

    Gets the number of sets

    Declaration
    public int NumberOfSets { get; }
    Property Value
    Type
    System.Int32

    Occurrence

    Gets the occurrence

    Declaration
    public int Occurrence { get; }
    Property Value
    Type
    System.Int32

    Support

    Gets the support

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