Class EntityReportBase
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
entityEntityKernel
Fields
Entity
public readonly EntityKernel? Entity
Field Value
Properties
ID
public string ID { get; }
Property Value
Services
public IServices? Services { get; }
Property Value
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)