Show / Hide Table of Contents

Class StbStripFooting

Inheritance
System.Object
StbStripFooting
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbStripFooting : object

Constructors

| Improve this Doc View Source

StbStripFooting()

Declaration
public StbStripFooting()

Properties

| Improve this Doc View Source

guid

Declaration
public string guid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id_node_end

Declaration
public string id_node_end { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id_node_start

Declaration
public string id_node_start { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id_section

Declaration
public string id_section { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

kind_structure

Declaration
public string kind_structure { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

length_ex_end

Declaration
public double length_ex_end { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

length_ex_endSpecified

Declaration
public bool length_ex_endSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

length_ex_start

Declaration
public double length_ex_start { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

length_ex_startSpecified

Declaration
public bool length_ex_startSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

level

Declaration
public double level { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

levelSpecified

Declaration
public bool levelSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

offset

Declaration
public double offset { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

offsetSpecified

Declaration
public bool offsetSpecified { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX