Table of Contents

Class Entity

Namespace
Macad.Core.Topology
Assembly
Macad.Core.dll
public abstract class Entity : BaseObject
Inheritance
Entity
Derived

Properties

public Guid Guid { get; set; }
Property Value: Guid

public virtual bool HasErrors { get; set; }
Property Value: bool

public virtual string Name { get; set; }
Property Value: string

public string TypeName { get; }
Property Value: string

Methods

public override Guid? GetReferenceId()
Returns: Guid?

public override void OnDeserialized(SerializationContext context)
context SerializationContext

public virtual void Remove()

public override string ToString()
Returns: string

Events

public static event Entity.EntityChangedEventHandler EntityRemoved
Event Type: Entity.EntityChangedEventHandler

public static event Entity.EntityChangedEventHandler ErrorStateChanged
Event Type: Entity.EntityChangedEventHandler