Class Interval
Represents the methods and properties for Interval element and its attributes
Inheritance
System.Object
Interval
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 Interval
Constructors
Interval()
Declaration
public Interval()
Properties
Closure
Gets the "closure" attribute value
Declaration
public string Closure { get; }
Property Value
Type |
---|
System.String |
Extension
Gets the "Extension" element value
Declaration
public Extension Extension { get; }
Property Value
Type |
---|
Extension |
LeftMargin
Gets the "leftMargin" attribute value
Declaration
public double LeftMargin { get; }
Property Value
Type |
---|
System.Double |
RightMargin
Gets the "rightMargin" attribute value
Declaration
public double RightMargin { get; }
Property Value
Type |
---|
System.Double |