Class Header
Represents the properties for Header element and its attributes
Inheritance
System.Object
Header
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 Header
Constructors
Header()
Declaration
public Header()
Properties
Application
Gets and sets the "Application" elements value
Declaration
public Application Application { get; }
Property Value
Type |
---|
Application |
Copyright
Gets and sets the "copyright" attribute value
Declaration
public string Copyright { get; }
Property Value
Type |
---|
System.String |
Description
Gets and sets the "copyright" attribute value
Declaration
public string Description { get; }
Property Value
Type |
---|
System.String |
Extension
Gets and sets the "Extension" elements value
Declaration
public Extension Extension { get; }
Property Value
Type |
---|
Extension |
Timestamp
Gets and sets the "Timestamp" element value
Declaration
public string Timestamp { get; }
Property Value
Type |
---|
System.String |