Table of Contents

Class EntityReportBase

Namespace
The.Entities
Assembly
Instagile.dll

Base class for report objects that represent entities in stringified form.

public abstract class EntityReportBase
Inheritance
EntityReportBase
Inherited Members

Constructors

EntityReportBase(EntityKernel?)

public EntityReportBase(EntityKernel? entity)

Parameters

entity EntityKernel

Fields

Entity

public readonly EntityKernel? Entity

Field Value

EntityKernel

Properties

ID

public string ID { get; }

Property Value

string

Services

public IServices? Services { get; }

Property Value

IServices

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(EntityReportBase)

public static implicit operator string(EntityReportBase r)

Parameters

r EntityReportBase

Returns

string