Show / Hide Table of Contents

Class StbStory

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

Properties

| Improve this Doc View Source

guid

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

height

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

id

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

id_dependence

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

kind

Declaration
public StbStoryKind kind { get; set; }
Property Value
Type Description
StbStoryKind
| Improve this Doc View Source

name

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

StbNodeIdList

Declaration
public StbNodeId[] StbNodeIdList { get; set; }
Property Value
Type Description
StbNodeId[]
| Improve this Doc View Source

strength_concrete

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