Show / Hide Table of Contents

Class RenderRecord<T>

A render event represented by RecordingActionRenderer<T>.

Inheritance
Object
RenderRecord<T>
RenderRecord<T>.ActionBase
RenderRecord<T>.BlockBase
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public abstract class RenderRecord<T>
    where T : IAction, new()
Type Parameters
Name Description
T

An IAction type. It should match to BlockChain<T>'s type parameter.

Constructors

| Improve this Doc View Source

RenderRecord(Int64, String)

Declaration
protected RenderRecord(long index, string stackTrace)
Parameters
Type Name Description
Int64 index
String stackTrace

Properties

| Improve this Doc View Source

Index

The ordinal number of the render event.

Declaration
public long Index { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

StackTrace

The stack trace of the render event.

Declaration
public string StackTrace { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium