Show / Hide Table of Contents

Class Puppeteer.NodeInfo

Inheritance
System.Object
Puppeteer.NodeInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public class NodeInfo

Properties

ClassName

Declaration
[JsonPropertyName("className")]
public string ClassName { get; set; }
Property Value
Type Description
System.String

Description

Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Type Description
System.String

ObjectId

Declaration
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }
Property Value
Type Description
System.String

Subtype

Declaration
[JsonPropertyName("subtype")]
public string Subtype { get; set; }
Property Value
Type Description
System.String

Type

Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Type Description
System.String

Methods

FromJson(String)

Declaration
public static Puppeteer.NodeInfo FromJson(string json)
Parameters
Type Name Description
System.String json
Returns
Type Description
Puppeteer.NodeInfo

ToJson()

Declaration
public string ToJson()
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX